Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

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


Modified Files:
        tree.edc 


Log Message:
Add a different image for tree nodes.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/tree.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- tree.edc    2 Jan 2007 17:31:44 -0000       1.2
+++ tree.edc    2 Jan 2007 18:00:25 -0000       1.3
@@ -1,9 +1,10 @@
 images
 {
-       image: "e17_button_detail_right.png" COMP;
        image: "e17_button_detail_up.png" COMP;
        image: "e17_button_detail_down.png" COMP;
        image: "e17_button_sm_disabled.png" COMP;
+       image: "e17_icon_right_arrow.png" COMP;
+       image: "e17_icon_down_arrow.png" COMP;
 }
 
 group
@@ -13,27 +14,53 @@
        {
                part
                {
+                       name: "base";
+                       type: RECT;
+                       mouse_events: 1;
+                       
+                       description
+                       {
+                               state: "default" 0.0;
+                               min: 12 12;
+
+                               rel1
+                               {
+                                       relative: 0.0 0.0;
+                                       offset: 0 0;
+                               }
+                               rel2
+                               {
+                                       relative: 1.0 1.0;
+                                       offset: -1 -1;
+                               }
+                               color: 255 255 255 255;
+                       }
+               }
+               part
+               {
                        name: "expansion";
                        mouse_events: 1;
 
                        description
                        {
                                state: "default" 0.0;
-                               min: 12 12;
+                               min: 5 5;
 
                                rel1
                                {
+                                       to: "base";
                                        relative: 0.5 0.5;
                                        offset: 0 0;
                                }
                                rel2
                                {
+                                       to: "base";
                                        relative: 0.5 0.5;
                                        offset: -1 -1;
                                }
                                image
                                {
-                                       normal: "e17_button_detail_right.png";
+                                       normal: "e17_icon_right_arrow.png";
                                }
                        }
                        description
@@ -42,7 +69,7 @@
                                inherit: "default" 0.0;
                                image
                                {
-                                       normal: "e17_button_detail_down.png";
+                                       normal: "e17_icon_down_arrow.png";
                                }
                        }
                }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to