gah! entrye scroller has content on top of frame+shadow!
authorCarsten Haitzler <raster@rasterman.com>
Thu, 9 Dec 2010 08:53:40 +0000 (08:53 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 9 Dec 2010 08:53:40 +0000 (08:53 +0000)
SVN revision: 55394

data/themes/default.edc

index 6951d31..04984c4 100644 (file)
@@ -945,6 +945,22 @@ collections {
               visible: 1;
            }
         }
+        part { name: "elm.swallow.content";
+           clip_to: "contentclipper";
+           type: SWALLOW;
+           description { state: "default" 0.0;
+              rel1 {
+               to: "elm.swallow.icon";
+               relative: 1.0 0.0;
+               offset: 4 4;
+              }
+              rel2 {
+               to: "elm.swallow.end";
+               relative: 0.0 1.0;
+               offset: -5 -5;
+              }
+           }
+        }
         part { name: "conf_over";
            mouse_events:  0;
            description { state: "default" 0.0;
@@ -980,22 +996,6 @@ collections {
                color: 200 155 0 255;
             }
         }
-        part { name: "elm.swallow.content";
-           clip_to: "contentclipper";
-           type: SWALLOW;
-           description { state: "default" 0.0;
-              rel1 {
-               to: "elm.swallow.icon";
-               relative: 1.0 0.0;
-               offset: 4 4;
-              }
-              rel2 {
-               to: "elm.swallow.end";
-               relative: 0.0 1.0;
-               offset: -5 -5;
-              }
-           }
-        }
         part { name: "sb_vbar_clip_master";
            type: RECT;
            mouse_events: 0;