[polari/wip/raresv/nick-popover: 32/47] userDetails: Restrict length	of fullnameLabel
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [polari/wip/raresv/nick-popover: 32/47] userDetails: Restrict length	of fullnameLabel
- Date: Sun,  2 Oct 2016 18:29:52 +0000 (UTC)
commit 0b60a1d9b7e736cf57fad6d23c5f0459fe0145fc
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]