Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

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


Modified Files:
        entry.edc 


Log Message:
* [Entry] The entry height now depends on the font-size of the entry's 
text. "Seems" to fix some problems of text placement too
* Some cleanups


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/entry.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- entry.edc   8 Mar 2007 18:16:01 -0000       1.11
+++ entry.edc   12 Mar 2007 01:46:13 -0000      1.12
@@ -1,6 +1,6 @@
 group {
    name: "etk/entry";
-   min: 120 22;
+   min: 60 22;
    data {
       item: "icon_highlight_color" "242 222 181 255";
    }
@@ -10,12 +10,12 @@
          description {
             state: "default" 0.0;
             rel1 {
-               relative: 0.0 0.5;
-               offset: 0 -11;
+               relative: 0.0 0.0;
+               offset: 0 0;
             }
             rel2 {
-               relative: 1.0 0.5;
-               offset: -1 10;
+               relative: 1.0 1.0;
+               offset: -1 -1;
             }
             image {
                normal: "entry.png";
@@ -33,12 +33,12 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 4 3;
+               offset: 4 2;
                to: "entry";
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -5 -1;
+               offset: -5 -2;
                to: "entry";
             }
          }



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