Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

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


Modified Files:
        button-groups.edc 


Log Message:
seeker theme fix
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/button-groups.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- button-groups.edc   22 May 2005 07:06:20 -0000      1.3
+++ button-groups.edc   15 Oct 2005 23:23:39 -0000      1.4
@@ -47,4 +47,38 @@
 BUTTON_IM_PROGS()
 }
 
+group {
+    name, "vbutton";
+    data {
+        item, "inset/left" "8";
+        item, "inset/right" "8";
+        item, "inset/top" "5";
+        item, "inset/bottom" "5";
+    }
 
+    parts {
+BUTTON()
+    }
+
+    programs {
+BUTTON_PROG("mouse,in", "mouse,out")
+    }
+}
+
+group {
+    name, "hbutton";
+    data {
+        item, "inset/left" "5";
+        item, "inset/right" "5";
+        item, "inset/top" "8";
+        item, "inset/bottom" "8";
+    }
+
+    parts {
+BUTTON()
+    }
+
+    programs {
+BUTTON_PROG("mouse,in", "mouse,out")
+    }
+}
\ No newline at end of file




-------------------------------------------------------
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