GNOME Bugzilla – Bug 683544
a11y: Whitespace in the zoom options dialog is not right
Last modified: 2012-09-13 10:38:08 UTC
There's too little padding and spacing in various places in this dialog, and the content does not line up with the actions.
I think the layout issues come from the text being bigger. The dialog would probably look a lot more balanced if it used standard sized labels. There is a separate functionality to make text larger (but surprisingly it doesn't use a larger text label). While I can see the reasoning why to make the text more legible, the one thing that needs to be bigger is the on/off switch to enable zooming.
Created attachment 224143 [details] [review] a patch
Created attachment 224144 [details] how it looks
Created attachment 224146 [details] how it looks, 2
Created attachment 224147 [details] how it looks, 3
Review of attachment 224143 [details] [review]: Looks good apart from the bizarre xalign value. ::: panels/universal-access/zoom-options.ui @@ +95,3 @@ <property name="visible">True</property> <property name="can_focus">False</property> + <property name="xalign">0.47999998927116394</property> 0.5?
not needed, i just removed it