GNOME Bugzilla – Bug 682645
very poor spacing in mount operation dialog
Last modified: 2012-08-28 01:51:54 UTC
Created attachment 222373 [details] screenshot Ver poor spacing in mount operation dialog. The label is actually touching the entry box and the label is not vertically aligned either.
Created attachment 222594 [details] [review] Fix the spacing in the mount operation auth prompt We weren't setting the correct style attributes like we were in the polkit auth dialog.
I guess the one remaining, and separate, issue is that there should be a row of space between the entry box and the checkbox for remembering the passphrase.
One more issue actually. The prompt (primary) text asks for a password and the prompt asks for a passphrase.
Review of attachment 222594 [details] [review]: Sigh. Good.
Attachment 222594 [details] pushed as b3cb9d8 - Fix the spacing in the mount operation auth prompt
Jasper, what is the recommended way to add that row of space I referred to in comment 2? A 1em bottom margin in the style of the password box?
Sounds like it would work to me.
Created attachment 222600 [details] [review] Add 1em of padding below the password box
Created attachment 222601 [details] [review] Use the term password instead of passphrase Since that is what the primary label uses as well as the gtk mount operation.
Review of attachment 222600 [details] [review]: Sure.
Review of attachment 222601 [details] [review]: Let's get this in before string freeze.
Attachment 222600 [details] pushed as e34ab6c - Add 1em of padding below the password box Attachment 222601 [details] pushed as 70d1953 - Use the term password instead of passphrase