GNOME Bugzilla – Bug 647904
preferences: use GtkBox instead of Gtk[V,H]Box
Last modified: 2011-04-18 13:17:37 UTC
With GTK3, the default expand packing property changed, and the preferences UI needs to be updated not to expand the boxes in the whole notebook height, which doesn't look really good.
Created attachment 186048 [details] [review] preferences: use GtkBox instead of Gtk[V,H]Box Use the orientation property of GtkBox to inherit the new proper packing defaults, otherwise boxes in the preferences will look all spread in the notebook height.
Review of attachment 186048 [details] [review]: Thanks; please merge to master.
Pushed to master, thanks for the review. Attachment 186048 [details] pushed as f3b2369 - preferences: use GtkBox instead of Gtk[V,H]Box