After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662252 - The language list in the prefs->languages dialog doesn't scale when the window is resized
The language list in the prefs->languages dialog doesn't scale when the windo...
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Interface
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-19 22:54 UTC by Wouter Bolsterlee (uws)
Modified: 2011-11-24 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Properties dialog layout fixes (15.82 KB, patch)
2011-11-23 09:58 UTC, Claudio Saavedra
committed Details | Review

Description Wouter Bolsterlee (uws) 2011-10-19 22:54:41 UTC
The summary says it all.
Comment 1 Claudio Saavedra 2011-11-23 09:58:38 UTC
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.
Comment 2 Claudio Saavedra 2011-11-23 09:59:05 UTC
It should read "vertically" there.
Comment 3 Xan Lopez 2011-11-23 10:04:58 UTC
Review of attachment 201978 [details] [review]:

OK. I guess the only thing changing here is the vexpand thing :)
Comment 4 Claudio Saavedra 2011-11-23 10:11:44 UTC
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 :)
Comment 5 Claudio Saavedra 2011-11-23 10:14:26 UTC
Attachment 201978 [details] pushed as 842a3b2 - Properties dialog layout fixes
Comment 6 Reinout van Schouwen 2011-11-24 13:34:29 UTC
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?