GNOME Bugzilla – Bug 662252
The language list in the prefs->languages dialog doesn't scale when the window is resized
Last modified: 2011-11-24 13:34:29 UTC
The summary says it all.
Created attachment 201978 [details] [review] Properties dialog layout fixes In the languages tab, replace the GtkTable with a GtkGrid and allow the languages treeview to expand horizontally.
It should read "vertically" there.
Review of attachment 201978 [details] [review]: OK. I guess the only thing changing here is the vexpand thing :)
There's a bit more than that, but it's so hard to change this atomically... - The GtkTable is removed in favor of a GtkGrid - An unnecessary GtkVBox is removed - Quite some vexpand = TRUE up in the hierarchy from the GtkScrolledWindow until the main vbox, to allow this to expand properly. But yeah, you can trust me on this one :)
Attachment 201978 [details] pushed as 842a3b2 - Properties dialog layout fixes
With a patch that would allow setting order of preference, couldn't the language preferences tab be delegated completely to the 'Region and Language' system settings panel?