Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : libs/etk

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


Modified Files:
        entry.edc 


Log Message:
 [Entry] Never again shall entries be denied the simple right to own images!

===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/entry.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- entry.edc   20 Oct 2006 17:51:44 -0000      1.7
+++ entry.edc   13 Jan 2007 18:39:22 -0000      1.8
@@ -1,6 +1,10 @@
 group {
    name: "etk/entry";
    min: 120 20;
+   data {
+      item: "highlight_image_color" "242 222 181 255"; 
+      item: "inner_part_margin" 2;     /* Margin between images and the 
editable */
+   }
    parts {
       part {
          name: "entry";
@@ -8,11 +12,11 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.5;
-               offset: 0 -10;
+               offset: 0 -11;
             }
             rel2 {
                relative: 1.0 0.5;
-               offset: -1 9;
+               offset: -1 10;
             }
             image {
                normal: "entry.png";
@@ -24,7 +28,7 @@
          }
       }
       part {
-         name: "etk.swallow.text";
+         name: "etk.swallow.content";
          type: SWALLOW;
          description {
             state: "default" 0.0;
@@ -35,7 +39,7 @@
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -5 -3;
+               offset: -5 -4;
                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