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 666026 - "Select Device to Browse" dialog has a tiny bluetooth_chooser widget
"Select Device to Browse" dialog has a tiny bluetooth_chooser widget
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-12-12 20:41 UTC by Mathieu Trudel-Lapierre
Modified: 2011-12-16 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use gtk_pack_start (897 bytes, patch)
2011-12-12 20:42 UTC, Mathieu Trudel-Lapierre
committed Details | Review

Description Mathieu Trudel-Lapierre 2011-12-12 20:41:45 UTC
Initially reported here: https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/829703

On Ubuntu, clicking the "Browse for files..." applet menu item opens the Select Device to Browse dialog, which contains labels and a tiny bluetooth_chooser widget, with the correct amount of space reserved for the dialog.

Changing the gtk_container_add() call for a gtk_pack_start() as it's done elsewhere in gnome-bluetooth code allows the bluetooth_chooser widget to be added properly and show in the correct size.

A patch is attached.
Comment 1 Mathieu Trudel-Lapierre 2011-12-12 20:42:33 UTC
Created attachment 203297 [details] [review]
use gtk_pack_start