GNOME Bugzilla – Bug 659370
login window grows abruptly when asking for password
Last modified: 2011-09-18 03:44:57 UTC
In bug 658921 we changed the login window to have a fixed entry length. This prevented a nasty bug where really long passwords would make the window incrementally grow in the horizontal direction. This makes sense but the number picked is too high. It forces the login window to pop to a new width PAM asks a question. 5d37eab theme/gdm: shrink entry
Created attachment 196863 [details] [review] theme/gdm: shrink entry commit 8424236daafac98d560f4408318efd6e62872840 set the entry to a specific size to prevent it from growing for long passwords. The size is a little too long though, since it makes the dialog pop out horizontally when showing the entry. This commit drops it down a few em.
This is a completely non-controversial, one line theme change, pushing. Attachment 196863 [details] pushed as fb81efe - theme/gdm: shrink entry