Enlightenment CVS committal

Author  : titansoccer15
Project : e17
Module  : libs/ewl

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


Modified Files:
        spinner-groups.edc 


Log Message:

ewl spinner theme work... Making it look better!

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/spinner-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- spinner-groups.edc  18 Oct 2005 03:45:41 -0000      1.1
+++ spinner-groups.edc  19 Feb 2006 03:45:41 -0000      1.2
@@ -3,7 +3,7 @@
     min, 10 10;
     max, 10 10;
 
-    SCROLL_BUTTON("e17_button_detail_up.png");
+    SCROLL_BUTTON("e17_tranny.png");
     SCROLL_BUTTON_PROG();
 }
 
@@ -12,7 +12,7 @@
     min, 10 10;
     max, 10 10;
 
-    SCROLL_BUTTON("e17_button_detail_down.png");
+    SCROLL_BUTTON("e17_tranny.png");
     SCROLL_BUTTON_PROG();
 }
 
@@ -25,4 +25,46 @@
         BUTTON();
     }
 }
+group {
+   name, "spinnerup";
+   
+   parts {
+       part {
+           name, "uback";
+           mouse_events, 0;
+           description {
+               state, "default" 0.0;
+               max, 10 10;
+               min, 10 10;
+               image {
+                   normal, "e17_spinner_top_arrow.png";
+               }
+               fill {
+                   smooth: 0;
+               }
+           }
+       }
+    }
+}
+
+group {
+   name, "spinnerdown";
+   parts {
+        part {
+            name, "dback";
+            mouse_events, 0;
+            description {
+                state, "default" 0.0;
+                max, 10 10;
+                min, 10 10;
+                image {
+                    normal, "e17_spinner_bottom_arrow.png";
+                }
+                fill {
+                    smooth: 0;
+                }
+            }
+        }
+    }
+}
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to