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



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

    userDetails: Restrict length of fullnameLabel
    
    We need to impose this limit as names can sometimes get
    pretty long and we don't want a long name to stretch
    out the UserDetails.

 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]