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 628922 - Translations may cause the column with device type to be hidden
Translations may cause the column with device type to be hidden
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: properties
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-09-06 20:58 UTC by Daniele Forsi
Modified: 2011-02-07 00:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Preferences window with Type column partially hidden when using Italian translation (34.27 KB, image/png)
2010-09-06 20:58 UTC, Daniele Forsi
  Details
Preferences window with Type column completely visible when not using a translation (33.25 KB, image/png)
2010-09-06 20:59 UTC, Daniele Forsi
  Details
Set column to resize and remove minimum size (1.34 KB, patch)
2011-01-29 16:23 UTC, Daniele Forsi
none Details | Review
Preferences window with Type column completely visible when using Italian translation (39.55 KB, image/png)
2011-01-29 16:24 UTC, Daniele Forsi
  Details

Description Daniele Forsi 2010-09-06 20:58:25 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.
Comment 1 Daniele Forsi 2010-09-06 20:59:34 UTC
Created attachment 169622 [details]
Preferences window with Type column completely visible when not using a translation
Comment 2 Daniele Forsi 2011-01-29 16:23:15 UTC
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.
Comment 3 Daniele Forsi 2011-01-29 16:24:27 UTC
Created attachment 179601 [details]
Preferences window with Type column completely visible when using Italian translation
Comment 4 Bastien Nocera 2011-02-07 00:12:27 UTC
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