GNOME Bugzilla – Bug 681821
Modal dialog entry labels are misaligned
Last modified: 2012-08-14 17:31:27 UTC
Noticed with 3.5.5, see attached screenshot
Created attachment 221106 [details] screenshot The label on the left side of the entry is not centered, and misses some right padding.
It would be better if the label was on top of the field, with the field expanding to fill the width of the main "column". This is what we're doing for the login screen: http://git.gnome.org/browse/gnome-shell/commit/?id=855f0dbcadfe390857670fca49dda6109a72f134
I had a patch to fix this. I forgot to push it.
Actually, no, I didn't forget to push it. http://git.gnome.org/browse/gnome-shell/commit/?id=4d7d66bc1ff4915e33855c67574839b6efb0e06f Why doesn't it work for you?
(In reply to comment #4) > Actually, no, I didn't forget to push it. > > http://git.gnome.org/browse/gnome-shell/commit/?id=4d7d66bc1ff4915e33855c67574839b6efb0e06f > > Why doesn't it work for you? Note that the dialog in the screenshot comes from the keyring agent, not from polkit. Maybe the keyring dialog is using a different style class?
Created attachment 221169 [details] [review] keyringPrompt: Improve styling here as well Again, center the "Password" label, and add some spacing between it and the entry.
Review of attachment 221169 [details] [review]: While it might not be the optimal solution as suggested by Allan, this fixes the issue I was seeing, so I think it's worth having it in the meantime.
Attachment 221169 [details] pushed as 9f07a3d - keyringPrompt: Improve styling here as well