Enlightenment CVS committal

Author  : cobra
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar/data/themes


Modified Files:
        taskbar.edc 


Log Message:
Improve layout for different size shelves, expand the buttons so we have
some room for text.

Revert some interim changes from urandom (please discuss with iamsthitha
or I before changing while we are working on this!)

Kevin Brosius <[EMAIL PROTECTED]>

===================================================================
RCS file: /cvs/e/e_modules/taskbar/data/themes/taskbar.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- taskbar.edc 4 Sep 2006 22:48:20 -0000       1.6
+++ taskbar.edc 5 Sep 2006 02:31:08 -0000       1.7
@@ -44,7 +44,9 @@
         mouse_events:  0;
         description {
            state:    "default" 0.0;
-            min:      56 16;
+            //min:      56 16;
+            // bigger so we have some room for text
+            min:      80 16;
             image {
                normal: "e17_button_sm_disabled.png";
                border: 8 8 8 8;
@@ -98,7 +100,7 @@
         }
       }
 
-
+      // icon display region on button
       part {
         name:          "item";
         type:          SWALLOW;
@@ -120,6 +122,8 @@
               offset:   7   -9;
            }
            color: 0 0 0 0;
+            // don't let it grow to large
+            max: 16 16;
         }
       }
       part {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to