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 685851 - login screen: user list padding insufficient
login screen: user list padding insufficient
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-10-10 03:01 UTC by Matthias Clasen
Modified: 2013-03-15 18:35 UTC
See Also:
GNOME target: 3.8
GNOME version: ---


Attachments
login-dialog: Increase top/bottom padding (1.05 KB, patch)
2013-03-15 17:32 UTC, Florian Müllner
committed Details | Review

Description Matthias Clasen 2012-10-10 03:01:22 UTC
When there are many users in the selection list, there is not enough padding between the list and the top and bottom of the screen. There should be a wide border around it. 

(See https://live.gnome.org/Boston2012/Multimonitor )
Comment 1 Matthias Clasen 2013-02-20 19:29:48 UTC
May need reevaluation after the recent changes
Comment 2 Matthias Clasen 2013-03-05 23:11:24 UTC
very much still happens. The user list grows all the way to the top panel
Comment 3 Florian Müllner 2013-03-15 17:32:13 UTC
Created attachment 238999 [details] [review]
login-dialog: Increase top/bottom padding

The login dialog has a maximum height set to prevent the user list
from growing indefinitively. However this approach fails if the
monitor height is smaller as said maximum, so add some additional
top/bottom padding to make sure there's some whitespace above/below
the user list in that case as well.
Comment 4 Ray Strode [halfline] 2013-03-15 18:24:54 UTC
Review of attachment 238999 [details] [review]:

good enough!
Comment 5 Florian Müllner 2013-03-15 18:35:47 UTC
Attachment 238999 [details] pushed as e78b364 - login-dialog: Increase top/bottom padding