[polari/wip/raresv/nick-popover: 11/27] 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: 11/27] userDetails: restrict length of fullnameLabel
- Date: Fri, 2 Sep 2016 23:58:47 +0000 (UTC)
commit 9810a3824551fd9903dea2bcab751beb3cd8ba3f
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]