Fix up the images i forgot to add... reorganise widgets in blingbling edc
authortoma <toma>
Wed, 24 Sep 2008 15:17:10 +0000 (15:17 +0000)
committertoma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 24 Sep 2008 15:17:10 +0000 (15:17 +0000)
SVN revision: 36220

data/themes/default_icons.edc
data/themes/images/e17_icon_mixer.png
data/themes/images/e17_icon_pager.png

index 2318c48..989f835 100644 (file)
@@ -658,78 +658,6 @@ group {
    }
 }
 group {
-   name: "e/icons/widget/new_dialog";
-   parts {
-      part {
-        name:          "icon";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           aspect:   0.83333333333 0.83333333333;
-           aspect_preference: BOTH;
-           max:      10 12;
-           image {
-              normal: "e17_icon_right_arrow.png";
-           }
-        }
-      }
-   }
-}
-group {
-   name: "e/icons/widget/up_arrow";
-   parts {
-      part {
-        name:          "icon";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           aspect:   0.83333333333 0.83333333333;
-           aspect_preference: BOTH;
-           max:      12 10;
-           image {
-              normal: "e17_icon_up_arrow.png";
-           }
-        }
-      }
-   }
-}
-group {
-   name: "e/icons/widget/down_arrow";
-   parts {
-      part {
-        name:          "icon";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           aspect:   0.83333333333 0.83333333333;
-           aspect_preference: BOTH;
-           max:      12 10;
-           image {
-              normal: "e17_icon_down_arrow.png";
-           }
-        }
-      }
-   }
-}
-group {
-   name: "e/icons/widget/up_dir";
-   parts {
-      part {
-        name:          "icon";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           aspect:   0.83333333333 0.83333333333;
-           aspect_preference: BOTH;
-           max:      12 10;
-           image {
-              normal: "e17_icon_up_arrow.png";
-           }
-        }
-      }
-   }
-}
-group {
    name: "e/icons/enlightenment/mouse";
    max:  64 64;
    parts {
@@ -2417,7 +2345,6 @@ group {
    }
 }
 
-
 group {
    name: "e/icons/widget/config";
    max:  64 64;
@@ -2438,6 +2365,81 @@ group {
    }
 }
 
+group {
+   name: "e/icons/widget/new_dialog";
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   0.83333333333 0.83333333333;
+           aspect_preference: BOTH;
+           max:      10 12;
+           image {
+              normal: "e17_icon_right_arrow.png";
+           }
+        }
+      }
+   }
+}
+
+group {
+   name: "e/icons/widget/up_arrow";
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   0.83333333333 0.83333333333;
+           aspect_preference: BOTH;
+           max:      12 10;
+           image {
+              normal: "e17_icon_up_arrow.png";
+           }
+        }
+      }
+   }
+}
+
+group {
+   name: "e/icons/widget/down_arrow";
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   0.83333333333 0.83333333333;
+           aspect_preference: BOTH;
+           max:      12 10;
+           image {
+              normal: "e17_icon_down_arrow.png";
+           }
+        }
+      }
+   }
+}
+
+group {
+   name: "e/icons/widget/up_dir";
+   parts {
+      part {
+        name:          "icon";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           aspect:   0.83333333333 0.83333333333;
+           aspect_preference: BOTH;
+           max:      12 10;
+           image {
+              normal: "e17_icon_up_arrow.png";
+           }
+        }
+      }
+   }
+}
 
 // Dummy icon filler. Replace these with their own group and icon.
 group {
index 6a4ebd2..0bc59d5 100644 (file)
Binary files a/data/themes/images/e17_icon_mixer.png and b/data/themes/images/e17_icon_mixer.png differ
index 1d74a02..c574b8a 100644 (file)
Binary files a/data/themes/images/e17_icon_pager.png and b/data/themes/images/e17_icon_pager.png differ