Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

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


Modified Files:
        iconbox.edc 


Log Message:
* [Etk_Widget] Fix several small bugs in Etk_Widget


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/iconbox.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- iconbox.edc 18 Feb 2007 16:53:24 -0000      1.6
+++ iconbox.edc 20 Aug 2007 15:41:35 -0000      1.7
@@ -124,7 +124,7 @@
             }
             image {
                normal: "hscrollbar_trough2.png";
-              border: 4 4 0 0;
+               border: 4 4 0 0;
             }
          }
       }
@@ -227,9 +227,6 @@
 
 group {
    name: "etk/iconbox/label";
-   data {
-      item: "inset" "8 6 0 0";
-   }
    parts {
       part {
          name: "background";
@@ -238,11 +235,11 @@
             visible: 0;
             rel1 {
                relative: 0.0 0.0;
-               offset: -6 -3;
+               offset: 0 0;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: 3 3;
+               offset: -1 -1;
             }
             image {
                normal: "iconbox_label_bg.png";
@@ -260,10 +257,32 @@
          }
       }
       part {
+         name: "clip";
+         type: RECT;
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 6 3;
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -6 -5;
+            }
+         }
+      }
+      part {
          name: "etk.text.label";
          type: TEXTBLOCK;
+         clip_to: "clip";
          description {
             state: "default" 0.0;
+            rel1 {
+               to: clip;
+            }
+            rel2 {
+               to: clip;
+            }
             text {
                style: "Label";
                min: 1 1;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to