GNOME Bugzilla – Bug 670667
Breaks hardcoded width with long input sources
Last modified: 2012-03-07 17:22:27 UTC
gsettings set org.gnome.libgnomekbd.keyboard layouts "['us', 'at\tnodeadkeys', 'at\tnodeadkeys']" You'll see the dialogue be made even wider than necessary. That part of the dialog should be using a GtkGrid so that corresponding items can be side by side.
Interesting, for some reason having single at\tnodeadkeys does not make the dialog wide. What's wrong with the layout? It is using plain GtkTreeView. Is that a bug in gtk? (I am not arguing about GtkGrid - just trying to understand what's going on currently)
Oops, sorry, I am being stupid. It is not the Layouts tab, it is the System tab.
commit 22ac9fa06bc6c4e797e80030dff4a93ff242d473 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Mar 7 18:12:12 2012 +0100 region: Don't make the dialogue overly wide https://bugzilla.gnome.org/show_bug.cgi?id=670667 See also bug 671577