summaryrefslogtreecommitdiff
path: root/chooser
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2017-03-31 15:21:45 -0400
committerRay Strode <rstrode@redhat.com>2017-03-31 17:22:21 -0400
commitd3128977799dbec8a6e2f1687e237f16c07a5867 (patch)
treea2a1ff4f22349308e2069e5f3f9be302cb118166 /chooser
parent9dbebda6073e5235d9a4ba7832af914131ab9310 (diff)
downloadgdm-d3128977799dbec8a6e2f1687e237f16c07a5867.tar.gz
chooser: make host list fill the dialog
https://bugzilla.gnome.org/show_bug.cgi?id=780787
Diffstat (limited to 'chooser')
-rw-r--r--chooser/gdm-host-chooser-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chooser/gdm-host-chooser-dialog.c b/chooser/gdm-host-chooser-dialog.c
index 02169502..b9581a34 100644
--- a/chooser/gdm-host-chooser-dialog.c
+++ b/chooser/gdm-host-chooser-dialog.c
@@ -133,7 +133,7 @@ gdm_host_chooser_dialog_constructor (GType type,
dialog->priv->chooser_widget = gdm_host_chooser_widget_new (dialog->priv->kind_mask);
- gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), dialog->priv->chooser_widget);
+ gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), dialog->priv->chooser_widget, TRUE, TRUE, 0);
gtk_container_set_border_width (GTK_CONTAINER (dialog->priv->chooser_widget), 5);
gtk_dialog_add_buttons (GTK_DIALOG (dialog),