Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : libs/etk

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


Modified Files:
        Makefile.am iconbox.edc 
Added Files:
        label.edc 


Log Message:
Make the label themeable

===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 3 Jan 2007 19:08:00 -0000       1.5
+++ Makefile.am 28 Jan 2007 18:39:07 -0000      1.6
@@ -22,4 +22,5 @@
              iconbox.edc \
              colorpicker.edc \
              toolbar.edc \
+            label.edc \
             shadow.edc
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/iconbox.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- iconbox.edc 6 Oct 2006 17:04:13 -0000       1.4
+++ iconbox.edc 28 Jan 2007 18:39:07 -0000      1.5
@@ -238,11 +238,11 @@
             visible: 0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 0 -3;
+               offset: -6 -3;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: 0 3;
+               offset: 3 3;
             }
             image {
                normal: "iconbox_label_bg.png";
@@ -257,6 +257,17 @@
             state: "selected" 0.0;
             inherit: "default" 0.0;
             visible: 1;
+         }
+      }
+      part {
+         name: "etk.text.textblock";
+        type: TEXTBLOCK;
+         description {
+            state: "default" 0.0;
+           text {
+               style: "label_style";
+               min:   1 1;
+           }
          }
       }
    }



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