[gnome-bluetooth] test-deviceselection: don't make the combo box fill the dialog
- From: Daniele Forsi <dforsi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth] test-deviceselection: don't make the combo box fill the dialog
- Date: Sun, 6 May 2012 21:47:31 +0000 (UTC)
commit a613f6aed324c0e2af3758fa316a33d627fb2202
Author: Daniele Forsi <dforsi src gnome org>
Date: Sun May 6 21:52:06 2012 +0200
test-deviceselection: don't make the combo box fill the dialog
lib/test-deviceselection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/test-deviceselection.c b/lib/test-deviceselection.c
index adcf0d6..2c5d915 100644
--- a/lib/test-deviceselection.c
+++ b/lib/test-deviceselection.c
@@ -304,7 +304,7 @@ create_combo_dialogue (const char *bdaddr)
gtk_container_set_border_width(GTK_CONTAINER(selector), 5);
gtk_widget_show(selector);
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
- selector, TRUE, TRUE, 0);
+ selector, TRUE, FALSE, 6);
g_signal_connect (G_OBJECT (dialog), "response",
G_CALLBACK (response_cb), chooser);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]