GNOME Bugzilla – Bug 659998
[User Accounts] Don't start to ellipsize that early
Last modified: 2012-03-01 17:16:08 UTC
I don't know how is calculate the g-c-c window geometry but in the user account panel the user name is ellipsized too early (at 15 characters) but there is a lot of place remaining, I would say 30.
Created attachment 197391 [details] [review] [User Accounts] Don't start to ellipsize that early as there is lot of place. The ellipsize was set to 15 but there is still a room for text to be diplayed. Set to to 27.
Created attachment 197392 [details] user account panel screenshot
Created attachment 197394 [details] [review] [User Accounts] Don't start to ellipsize that early as there is lot of place. The ellipsize was set to 15 but there is still a room for text to be diplayed. Set to to 20.
Review of attachment 197391 [details] [review]: 27 was fine on my setup because I use text scale factor set to 0.8
Comment on attachment 197394 [details] [review] [User Accounts] Don't start to ellipsize that early as there is lot of place. Also the wrong approach.
Fixed in master and gnome-3-2 commit 3a3119946ae5394233483a961cf26615a4a617a3 Author: Bastien Nocera <hadess@hadess.net> Date: Thu Mar 1 17:11:14 2012 +0000 user-accounts: Fix sizing problems in user list About half-way through the user list, vertically, the user's name would get cut off. Showing the treeview headers showed that the "automatic login" pixbuf was added in a separate column. To make sizing easier, and avoid the user's name being cut off half-way through, add the "automatic-login" icon in the first column. https://bugzilla.gnome.org/show_bug.cgi?id=659998