Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/groups


Modified Files:
        scroll.edc tree.edc 


Log Message:
Fix the scrollpane some more. It now looks just like e's. Tree headers do 
something different now though?

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/scroll.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- scroll.edc  11 May 2007 22:53:02 -0000      1.6
+++ scroll.edc  14 Jun 2007 04:29:19 -0000      1.7
@@ -23,14 +23,10 @@
 group
 {
        name: "ewl/scrollpane/background";
-
        data
        {
-               item: "inset" 9;
-               item: "inset/bottom" 5;
-               item: "inset/right" 5;
+               item: "inset" 4;
        }
-
        parts
        {
                part
@@ -83,6 +79,17 @@
 
 group
 {
+       name: "ewl/scrollpane/overlay/box";
+       data
+       {
+               item: "inset" 5;
+               item: "inset/right" 2;
+               item: "inset/bottom" 2;
+       }
+}
+
+group
+{
        name: "ewl/seeker/vertical";
 
        parts
@@ -316,7 +323,7 @@
                                rel1
                                {
                                        relative: 0.0 0.0;
-                                       offset: 0 -1;
+                                       offset: 0 0;
                                }
                                rel2
                                {
@@ -381,7 +388,7 @@
                                rel1
                                {
                                        relative: 0.0 0.0;
-                                       offset: 0 -1;
+                                       offset: 0 0;
                                }
                                rel2
                                {
@@ -446,7 +453,7 @@
                                rel1
                                {
                                        relative: 0.0 0.0;
-                                       offset: 0 -1;
+                                       offset: 0 0;
                                }
                                rel2
                                {
===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/tree.edc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- tree.edc    10 May 2007 21:08:03 -0000      1.14
+++ tree.edc    14 Jun 2007 04:29:19 -0000      1.15
@@ -9,84 +9,6 @@
 
 group
 {
-       name: "ewl/tree";
-
-       data
-       {
-               item: "inset" 1;
-               item: "inset/top" 4;
-               item: "inset/bottom" 0;
-       }
-
-       parts
-       {
-               part
-               {
-                       name: "bg";
-                       mouse_events: 0;
-                       description
-                       {
-                               state: "default" 0.0;
-                               image
-                               {
-                                       normal: "e17_ibar_bg_v.png";
-                                       border: 7 7 7 7;
-                               }
-                               fill
-                               {
-                                       smooth: 0;
-                               }
-                       }
-               }
-               part
-               {
-                       name: "overlay";
-                       mouse_events: 0;
-                       description
-                       {
-                               state: "default" 0.0;
-                               rel1
-                               {
-                                       to: "bg";
-                               }
-                               rel2
-                               {
-                                       to: "bg";
-                               }
-                               image
-                               {
-                                       normal: "e17_ibar_over_v.png";
-                                       border: 13 13 13 13;
-                                       middle: 0;
-                               }
-                               fill
-                               {
-                                       smooth: 0;
-                               }
-                       }
-               }
-       }
-}
-
-group
-{
-    name: "ewl/tree/scrollpane/background";
-}
-
-group
-{
-       name: "ewl/tree/vbox";
-       data
-       {
-               item: "inset/top" 7;
-               item: "inset/bottom" 5;
-               item: "inset/left" 10;
-               item: "inset/right" 6;
-       }
-}
-
-group
-{
        name: "ewl/tree/expansion";
        min: 12 12;
        parts



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to