Fix some clipping issues in gadgets that are on shelves.
authortoma <toma>
Wed, 15 Apr 2009 02:31:22 +0000 (02:31 +0000)
committertoma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 15 Apr 2009 02:31:22 +0000 (02:31 +0000)
SVN revision: 40073

data/themes/default.edc

index 2590ca4536f0a43e9d75b581740711af5fd6f930..743a5567998617738461c57f95535c6543f00f07 100644 (file)
@@ -6531,8 +6531,15 @@ collections { /* begin the collection of edje groups that are in this file */
     * with any plain style inset boxes */
    group { name: "e/shelf/default/plain";
       parts {
+        part { name: "clip";
+           type: RECT;
+           description { state: "default" 0.0;
+              color: 255 255 255 255;
+           }
+        }
         part { name: "e.swallow.content";
            type: SWALLOW;
+           clip_to: "clip";
            description { state: "default" 0.0;
               rel1.offset: 1 1;
               rel2.offset: -2 -2;
@@ -6619,8 +6626,15 @@ collections { /* begin the collection of edje groups that are in this file */
    }
    group { name: "e/shelf/invisible/plain";
       parts {
+        part { name: "clip";
+           type: RECT;
+           description { state: "default" 0.0;
+              color: 255 255 255 255;
+           }
+        }
         part { name: "e.swallow.content";
            type: SWALLOW;
+           clip_to: "clip";
            description { state: "default" 0.0;
               rel1.offset: 1 1;
               rel2.offset: -2 -2;
@@ -6811,8 +6825,15 @@ collections { /* begin the collection of edje groups that are in this file */
    }
    group { name: "e/shelf/alternate/plain";
       parts {
+        part { name: "clip";
+           type: RECT;
+           description { state: "default" 0.0;
+              color: 255 255 255 255;
+           }
+        }
         part { name: "e.swallow.content";
            type: SWALLOW;
+           clip_to: "clip";
            description { state: "default" 0.0;
               rel1.offset: 1 1;
               rel2.offset: -2 -2;