Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/data/themes/default/widgets Modified Files: label.edc Log Message: * [Label/Theme] Clip the label =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/label.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- label.edc 18 Mar 2007 20:44:47 -0000 1.4 +++ label.edc 16 Aug 2007 22:30:36 -0000 1.5 @@ -38,8 +38,24 @@ alias: "etk/combobox/button/label"; parts { part { + name: "clip"; + type: RECT; + mouse_events: 0; + description { + rel1 { + relative: 0.0 0.0; + offset: 0 0; + } + rel2 { + relative: 1.0 1.0; + offset: -1 -1; + } + } + } + part { name: "etk.text.label"; type: TEXTBLOCK; + clip_to: "clip"; description { state: "default" 0.0; align: 0.0 0.5; ------------------------------------------------------------------------- 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