GNOME Bugzilla – Bug 661651
Preference dialog has wrong layout.
Last modified: 2011-10-19 20:51:19 UTC
The spacing between the combo boxes does not comply with the HIG.
The guidelines (and reasoning) are at: http://developer.gnome.org/hig-book/stable/design-window.html.en#window-layout-spacing
I am already working on this and also taking care of the layout of this dialog in general, porting it to a new one based on grid containers.
Created attachment 199441 [details] [review] Changed preferences' dialog layout
This should fix the bug.
Comment on attachment 199441 [details] [review] Changed preferences' dialog layout I pushed a slightly modified patch to master as commit c4282cd0dbde3764101351055ce61317a25b4956. I removed the n_rows and n_columns properties of the grids (Glade erroneously adds these) and added a reference to this bug to the commit message. Thanks!