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 670667 - Breaks hardcoded width with long input sources
Breaks hardcoded width with long input sources
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Region & Language
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-23 10:24 UTC by Bastien Nocera
Modified: 2012-03-07 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-02-23 10:24:11 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.
Comment 1 Sergey V. Udaltsov 2012-03-07 00:57:15 UTC
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)
Comment 2 Sergey V. Udaltsov 2012-03-07 01:02:27 UTC
Oops, sorry, I am being stupid. It is not the Layouts tab, it is the System tab.
Comment 3 Bastien Nocera 2012-03-07 17:22:27 UTC
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