GNOME Bugzilla – Bug 652488
[patch] fixes for some UI glitches
Last modified: 2012-01-08 06:16:14 UTC
Hi, attached patches fix some GTK3 regressions in the UI.
Created attachment 189842 [details] [review] cell-renderer-expander: fix expanders rendering in the sidebar
Created attachment 189843 [details] [review] prefs: don't let the prefs vboxes fill the dialog space Use ALIGN_START instead, so the vboxes in the preferences don't get squashed up in the whole dialog space and stay top-aligned. Unfortunately glade adds a lot of noise when opening/saving the UI files, but the align is the only thing that really changed.
Review of attachment 189842 [details] [review]: looks OK to me
Comment on attachment 189842 [details] [review] cell-renderer-expander: fix expanders rendering in the sidebar Thanks. Keeping the bug open for the other patch. Attachment 189842 [details] pushed as ebf73ff - cell-renderer-expander: fix expanders rendering in the sidebar
Review of attachment 189843 [details] [review]: sorry I forgot about this. looks OK.
This didn't apply any more so I made the valign changes manually and pushed it as commit 4cdaeaf.