GNOME Bugzilla – Bug 685851
login screen: user list padding insufficient
Last modified: 2013-03-15 18:35:51 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 )
May need reevaluation after the recent changes
very much still happens. The user list grows all the way to the top panel
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.
Review of attachment 238999 [details] [review]: good enough!
Attachment 238999 [details] pushed as e78b364 - login-dialog: Increase top/bottom padding