Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        button-macros.edc 


Log Message:
- make buttons gold instead of transparent when they are off

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/macros/button-macros.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- button-macros.edc   11 Mar 2005 15:35:03 -0000      1.1
+++ button-macros.edc   14 Oct 2005 15:03:55 -0000      1.2
@@ -90,7 +90,7 @@
         mouse_events, 0; \
         description { \
             state, "default" 0.0; \
-            visible, 0; \
+            visible, 1; \
             rel1 { \
                 relative, 0.0 0.0; \
                 offset, 0 0; \
@@ -105,13 +105,6 @@
                 normal, "e17_titlebar.png"; \
                 border, 8 8 8 8; \
             } \
-            color, 255 255 255 0; \
-        } \
-        description { \
-            state, "active" 0.0; \
-            inherit, "default" 0.0; \
-            visible, 1; \
-            color, 255 255 255 255; \
         } \
     } \
     part { \
@@ -278,7 +271,6 @@
         source, "*"; \
         action, STATE_SET "default" 0.0; \
         target, "button_outline"; \
-        target, "button"; \
         target, "button_shadow1"; \
         target, "button_shadow2"; \
         after, "go_active"; \
@@ -287,7 +279,6 @@
         name, "go_active"; \
         action, STATE_SET "active" 0.0; \
         target, "button_outline"; \
-        target, "button"; \
         transition, LINEAR 0.05; \
         after, "go_active2"; \
     } \
@@ -355,7 +346,6 @@
         source, "*"; \
         action, STATE_SET "active" 0.0; \
         target, "button_outline"; \
-        target, "button"; \
         target, "button_shadow1"; \
         target, "button_shadow2"; \
         after, "go_passive"; \
@@ -378,7 +368,6 @@
         name, "go_passive3"; \
         action, STATE_SET "default" 0.0; \
         target, "button_outline"; \
-        target, "button"; \
         transition, LINEAR 0.1; \
     }
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to