Add a standard icon "refresh" (used the image from E's theme for now).
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 25 Aug 2009 16:49:58 +0000 (16:49 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 25 Aug 2009 16:49:58 +0000 (16:49 +0000)
May want to rename this to "reload" later.

SVN revision: 41976

data/themes/default.edc
data/themes/icon_refresh.png [new file with mode: 0644]

index 45b6865..5d739d9 100644 (file)
@@ -4902,6 +4902,10 @@ collections {
       images.image: "icon_edit.png" COMP; parts { part { name: "base";
         description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
            image.normal: "icon_edit.png"; } } } }
+   group { name: "elm/icon/refresh/default"; min: 32 32;
+      images.image: "icon_refresh.png" COMP; parts { part { name: "base";
+        description { state: "default" 0.0; aspect: 1.0 1.0; aspect_preference: BOTH;
+           image.normal: "icon_refresh.png"; } } } }
 
 ///////////////////////////////////////////////////////////////////////////////
    group { name: "elm/toolbar/base/default";
diff --git a/data/themes/icon_refresh.png b/data/themes/icon_refresh.png
new file mode 100644 (file)
index 0000000..47fd9bc
Binary files /dev/null and b/data/themes/icon_refresh.png differ