]> Pileus Git - ~andy/gtk/commitdiff
Improve packing in testappchooser
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Nov 2010 21:47:15 +0000 (16:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Nov 2010 21:47:15 +0000 (16:47 -0500)
tests/testappchooser.c

index 3653bdaa3de85e3de5f40fe7baf66c443724d3e3..9d41acc7ab1cbf3653c4b8aa1a2259b4fc0a47ca 100644 (file)
@@ -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);