Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/groups


Modified Files:
        label.edc 


Log Message:
make it possible to truncate a label with elipsis

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/label.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- label.edc   2 Jan 2007 05:23:40 -0000       1.1
+++ label.edc   25 Jul 2008 10:14:21 -0000      1.2
@@ -23,18 +23,51 @@
                                rel2
                                {
                                        relative: 1.0 1.0;
-                                       offset: -1 -1;
+                                       offset: 5 -1;
                                }
                                text
                                {
                                        text: "text";
                                        font: "ewl/default";
                                        size: 10;
-                                       min: 1 1;
-                                       align: 0.5 0.5;
+                                       min: 0 1;
+                                       max: 1 1;
+                                       align: 0.0 0.5;
                                }
                                color: 0 0 0 255;
                                color3: 255 255 255 32;
+                       }
+               }
+               part
+               {
+                       name: "size_giver";
+                       type: TEXT;
+                       effect: SOFT_SHADOW;
+
+                       description
+                       {
+                               state: "default" 0.0;
+                               visible: 0;
+                               align: 0.0 0.5;
+
+                               rel1
+                               {
+                                       relative: 0.0 0.0;
+                                       offset: 0 0;
+                               }
+                               rel2
+                               {
+                                       relative: 1.0 1.0;
+                                       offset: -1 -1;
+                               }
+                               text
+                               {
+                                       font: "ewl/default";
+                                       text_source: "ewl/label/text";
+                                       size: 10;
+                                       min: 1 1;
+                                       align: 0.0 0.5;
+                               }
                        }
                }
        }



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to