GNOME Bugzilla – Bug 698965
user-accounts: ellipsize long user names in the password dialog
Last modified: 2013-05-10 11:03:13 UTC
This patch ellipsizes the user name label, at least for 3.8. If the password dialog redesign is imminent for 3.10, then this patch probably doesn't need to be applied to master.
Created attachment 242589 [details] [review] user-accounts: ellipsize long user names in the password dialog
*** Bug 698957 has been marked as a duplicate of this bug. ***
Review of attachment 242589 [details] [review]: ::: panels/user-accounts/data/password-dialog.ui @@ +331,3 @@ <property name="xalign">0</property> + <property name="ellipsize">end</property> + <property name="max_width_chars">30</property> Where's this value coming from?
(In reply to comment #3) > Review of attachment 242589 [details] [review]: > > ::: panels/user-accounts/data/password-dialog.ui > @@ +331,3 @@ > <property name="xalign">0</property> > + <property name="ellipsize">end</property> > + <property name="max_width_chars">30</property> > > Where's this value coming from? This is the same value for this field that also appears in user-accounts-dialog.ui.
Attachment 242589 [details] pushed as 17be761 - user-accounts: ellipsize long user names in the password dialog