[hamster-applet] ellipsizing description when it gets too long



commit 05cd90113c4cb981718d47176dd2749fdab0bc95
Author: Toms Bauģis <toms baugis gmail com>
Date:   Fri May 14 00:07:22 2010 +0100

    ellipsizing description when it gets too long

 data/applet.ui  |    1 +
 data/hamster.ui |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/applet.ui b/data/applet.ui
index 896ca79..d770afa 100644
--- a/data/applet.ui
+++ b/data/applet.ui
@@ -106,6 +106,7 @@
                                         <property name="xalign">0</property>
                                         <property name="label">it's like in case if you need a description, i'll be here</property>
                                         <property name="wrap">True</property>
+                                        <property name="ellipsize">end</property>
                                         <attributes>
                                           <attribute name="size" value="10000"/>
                                         </attributes>
diff --git a/data/hamster.ui b/data/hamster.ui
index de5de72..bcac923 100644
--- a/data/hamster.ui
+++ b/data/hamster.ui
@@ -213,6 +213,7 @@
                                 <property name="xalign">0</property>
                                 <property name="label">it's like in case if you need a description, i'll be here</property>
                                 <property name="wrap">True</property>
+                                <property name="ellipsize">end</property>
                                 <attributes>
                                   <attribute name="size" value="10000"/>
                                 </attributes>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]