[polari/wip/raresv/GSoC: 4/11] userDetails: restrict length of fullnameLabel
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/raresv/GSoC: 4/11] userDetails: restrict length of fullnameLabel
- Date: Mon, 22 Aug 2016 22:25:18 +0000 (UTC)
commit a6b53a626cc8d6867ca35377a04592c883cedb8a
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]