[polari] userDetails: Restrict length of fullnameLabel
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] userDetails: Restrict length of fullnameLabel
- Date: Mon, 10 Oct 2016 22:08:07 +0000 (UTC)
commit 57a7ff88290b5ea084e0210dd9000b0d8eafc7f7
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]