After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698965 - user-accounts: ellipsize long user names in the password dialog
user-accounts: ellipsize long user names in the password dialog
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
unspecified
Other All
: Normal normal
: ---
Assigned To: Ondrej Holy
Control-Center Maintainers
: 698957 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-04-26 15:52 UTC by Thomas Wood
Modified: 2013-05-10 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: ellipsize long user names in the password dialog (1.12 KB, patch)
2013-04-26 15:52 UTC, Thomas Wood
committed Details | Review

Description Thomas Wood 2013-04-26 15:52:10 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.
Comment 1 Thomas Wood 2013-04-26 15:52:12 UTC
Created attachment 242589 [details] [review]
user-accounts: ellipsize long user names in the password dialog
Comment 2 Ondrej Holy 2013-05-02 11:27:28 UTC
*** Bug 698957 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2013-05-10 10:31:41 UTC
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?
Comment 4 Thomas Wood 2013-05-10 10:56:43 UTC
(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.
Comment 5 Thomas Wood 2013-05-10 11:03:10 UTC
Attachment 242589 [details] pushed as 17be761 - user-accounts: ellipsize long user names in the password dialog