[gtk+/open-with-dialog] Improve packing in testappchooser
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/open-with-dialog] Improve packing in testappchooser
- Date: Wed, 24 Nov 2010 21:47:45 +0000 (UTC)
commit 964b68445507fe8e25e47ea750710a340e9fcae1
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Nov 24 16:47:15 2010 -0500
Improve packing in testappchooser
tests/testappchooser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testappchooser.c b/tests/testappchooser.c
index 3653bda..9d41acc 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]