Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_shelf.edc Log Message: fix plain style autoscroll gadget issues =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_shelf.edc,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- default_shelf.edc 23 Aug 2006 03:39:01 -0000 1.12 +++ default_shelf.edc 31 Aug 2006 03:28:26 -0000 1.13 @@ -493,6 +493,43 @@ } } } +group { + name: "e/shelf/default/plain"; + parts { + part { + name: "items_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + offset: 0 0; + } + rel2 { + offset: -1 -1; + } + color: 255 255 255 255; + } + } + part { + name: "e.swallow.content"; + type: SWALLOW; + mouse_events: 0; + clip_to: "items_clip"; + description { + state: "default" 0.0; + rel1 { + offset: 0 0; + } + rel2 { + offset: -1 -1; + } + color: 0 0 0 0; + } + } + } +} + @@ -1002,6 +1039,42 @@ } } } +group { + name: "e/shelf/gold/plain"; + parts { + part { + name: "items_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + offset: 0 0; + } + rel2 { + offset: -1 -1; + } + color: 255 255 255 255; + } + } + part { + name: "e.swallow.content"; + type: SWALLOW; + mouse_events: 0; + clip_to: "items_clip"; + description { + state: "default" 0.0; + rel1 { + offset: 0 0; + } + rel2 { + offset: -1 -1; + } + color: 0 0 0 0; + } + } + } +} @@ -1033,6 +1106,7 @@ } } } + group { name: "e/shelf/invisible/inset"; parts { @@ -1102,6 +1176,43 @@ fill { smooth: 0; } + } + } + } +} + +group { + name: "e/shelf/invisible/plain"; + parts { + part { + name: "items_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + rel1 { + offset: 0 0; + } + rel2 { + offset: -1 -1; + } + color: 255 255 255 255; + } + } + part { + name: "e.swallow.content"; + type: SWALLOW; + mouse_events: 0; + clip_to: "items_clip"; + description { + state: "default" 0.0; + rel1 { + offset: 0 0; + } + rel2 { + offset: -1 -1; + } + color: 0 0 0 0; } } } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs