From 5eee82d32f0dc356306c03e3f75fa062a539e38c Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Fri, 20 Jul 2012 15:08:27 +0000 Subject: For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_pack_start() set expand parameter to TRUE. svn path=/trunk/; revision=43860 --- ui/gtk/gsm_map_summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/gsm_map_summary.c') diff --git a/ui/gtk/gsm_map_summary.c b/ui/gtk/gsm_map_summary.c index a6e4ffa8b7..b96da51add 100644 --- a/ui/gtk/gsm_map_summary.c +++ b/ui/gtk/gsm_map_summary.c @@ -339,7 +339,7 @@ void gsm_map_stat_gtk_sum_cb(GtkAction *action _U_, gpointer user_data _U_) /* Button row. */ bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL); - gtk_box_pack_start(GTK_BOX (main_vb), bbox, FALSE, TRUE, 0); + gtk_box_pack_start(GTK_BOX(main_vb), bbox, TRUE, TRUE, 0); gtk_widget_show(bbox); close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE); -- cgit v1.2.3