[gnome-control-center/gnome-3-8] user-accounts: ellipsize long user names in the password dialog
- From: Thomas Wood <thos src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] user-accounts: ellipsize long user names in the password dialog
- Date: Fri, 10 May 2013 11:03:48 +0000 (UTC)
commit e9adc241b07a0afb2a513b234f01f9d929fb0573
Author: Thomas Wood <thomas wood intel com>
Date: Fri Apr 26 16:46:38 2013 +0100
user-accounts: ellipsize long user names in the password dialog
Ellipsize long user names in the password dialog by using the same
properties as the main panel.
https://bugzilla.gnome.org/show_bug.cgi?id=698965
panels/user-accounts/data/password-dialog.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/user-accounts/data/password-dialog.ui b/panels/user-accounts/data/password-dialog.ui
index 81de04f..65c05de 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -329,6 +329,8 @@
<object class="GtkLabel" id="user-name">
<property name="visible">True</property>
<property name="xalign">0</property>
+ <property name="ellipsize">end</property>
+ <property name="max_width_chars">30</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.200000"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]