[polari/wip/raresv/GSoC: 10/17] userDetails: restrict length of fullnameLabel



commit adc26111066ae568cfa80e33312cfdeab5ba95b5
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-details.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/user-details.ui b/data/resources/user-details.ui
index f166d62..a71e8c4 100644
--- a/data/resources/user-details.ui
+++ b/data/resources/user-details.ui
@@ -116,6 +116,7 @@
                 <property name="margin-start">20</property>
                 <property name="hexpand">True</property>
                 <property name="use-markup">True</property>
+                <property name="max-width-chars">25</property>
                 <style>
                   <class name="dim-label" />
                 </style>


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