Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default/widgets


Modified Files:
        button.edc combobox.edc toggle_button.edc 


Log Message:
* [Theme] Make the button's height 2 pixels smaller. It looks better 
imho. And use smaller images for the buttons


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/button.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- button.edc  20 Oct 2006 17:51:43 -0000      1.11
+++ button.edc  7 Jan 2007 21:49:57 -0000       1.12
@@ -1,6 +1,6 @@
 group {
    name: "etk/button";
-   min: 0 32;
+   min: 0 30;
    parts {
       part {
          name: "button";
@@ -18,9 +18,6 @@
                normal: "button_up.png";
                border: 8 8 8 8;
             }
-            fill {
-               smooth: 0;
-            }
          }
          description {
             state: "down" 0.0;
@@ -38,11 +35,11 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 8 8;
+               offset: 8 7;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -9 -9;
+               offset: -9 -8;
             }
          }
       }
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/combobox.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- combobox.edc        26 Dec 2006 14:51:23 -0000      1.11
+++ combobox.edc        7 Jan 2007 21:49:57 -0000       1.12
@@ -10,7 +10,7 @@
 }
 group {
    name: "etk/combobox/button";
-   min: 0 32;
+   min: 0 30;
    parts {
       part {
          name: "combo_button";
@@ -21,9 +21,6 @@
                normal: "button_up.png";
                border: 8 8 8 8;
             }
-            fill {
-               smooth: 0;
-            }
          }
          description {
             state: "on" 0.0;
@@ -86,28 +83,6 @@
             }
          }
       }
-      /*part {
-         name: "entry";
-         description {
-            state: "default" 0.0;
-            color: 255 248 235 255;
-            rel1 {
-               relative: 0.0 0.0;
-               offset: 5 6;
-            }
-            rel2 {
-               relative: 1.0 1.0;
-               offset: -24 -7;
-            }
-            image {
-               normal: "entry.png";
-               border: 8 8 8 8;
-            }
-            fill {
-               smooth: 0;
-            }
-         }
-      }*/
       part {
          name: "etk.swallow.content";
          type: SWALLOW;
@@ -116,11 +91,11 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 11 9;
+               offset: 11 7;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -28 -10;
+               offset: -28 -8;
             }
          }
       }
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/toggle_button.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- toggle_button.edc   20 Oct 2006 17:51:44 -0000      1.11
+++ toggle_button.edc   7 Jan 2007 21:49:57 -0000       1.12
@@ -1,6 +1,6 @@
 group {
    name: "etk/toggle_button";
-   min: 0 32;
+   min: 0 30;
    data {
       item: "inset" "8 8 8 8";
    }
@@ -14,9 +14,6 @@
                normal: "button_up.png";
                border: 8 8 8 8;
             }
-            fill {
-               smooth: 0;
-            }
          }
          description {
             state: "on" 0.0;
@@ -48,9 +45,6 @@
                normal: "button_down.png";
                border: 8 8 8 8;
             }
-            fill {
-               smooth: 0;
-            }
          }
          description {
             state: "down" 0.0;
@@ -66,11 +60,11 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 8 8;
+               offset: 8 7;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -9 -9;
+               offset: -9 -8;
             }
          }
          description {



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