From 964b68445507fe8e25e47ea750710a340e9fcae1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Nov 2010 16:47:15 -0500 Subject: [PATCH] Improve packing in testappchooser --- tests/testappchooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testappchooser.c b/tests/testappchooser.c index 3653bdaa3d..9d41acc7ab 100644 --- a/tests/testappchooser.c +++ b/tests/testappchooser.c @@ -172,7 +172,7 @@ main (int argc, gtk_widget_set_halign (file_l, GTK_ALIGN_START); gtk_grid_attach_next_to (GTK_GRID (grid), file_l, - w1, GTK_POS_RIGHT, 1, 1); + w1, GTK_POS_RIGHT, 3, 1); g_signal_connect (file_l, "clicked", G_CALLBACK (button_clicked), NULL);