GNOME Bugzilla – Bug 628922
Translations may cause the column with device type to be hidden
Last modified: 2011-02-07 00:12:27 UTC
Created attachment 169621 [details] Preferences window with Type column partially hidden when using Italian translation Buttons on the right side of the preferences window may grow and reduce the space available to the treeview containing device information, so that some column gets hidden.
Created attachment 169622 [details] Preferences window with Type column completely visible when not using a translation
Created attachment 179600 [details] [review] Set column to resize and remove minimum size The code did set to resize the cell renderer containing the name but the whole column did not resize and had a fixed minimum size.
Created attachment 179601 [details] Preferences window with Type column completely visible when using Italian translation
commit 2301fd06c7b2fffade208b56a92b4c1a2727dab5 Author: Daniele Forsi <daniele@forsi.it> Date: Sat Jan 29 17:15:51 2011 +0100 bluetooth-properties: fix width of "Device" column Set the whole column to expand, not just one of its cell renderers. Also remove minimum width because 280 is too wide for the space available when buttons are translated; this way initial width is simply proportional to the other widgets. https://bugzilla.gnome.org/show_bug.cgi?id=628922