[polari/wip/raresv/nick-popover: 1/15] userDetails: Restrict length of fullnameLabel



commit e8094bb7deb29aa27c6590fb9a430722b0260051
Author: raresv <rares visalom gmail com>
Date:   Tue Aug 16 20:47:06 2016 +0300

    userDetails: Restrict length of fullnameLabel
    
    We need to impose a limit as names can sometimes get
    pretty long and we don't want a long name to stretch
    out the UserDetails.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760853

 data/resources/user-list-details.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/user-list-details.ui b/data/resources/user-list-details.ui
index 2ff4eb3..01fc06a 100644
--- a/data/resources/user-list-details.ui
+++ b/data/resources/user-list-details.ui
@@ -40,6 +40,7 @@
                 <property name="ellipsize">end</property>
                 <property name="halign">start</property>
                 <property name="visible">True</property>
+                <property name="max-width-chars">25</property>
               </object>
               <packing>
                 <property name="width">2</property>


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