From 076e851c5f0bc2235d20cadf598da9160fd60fd9 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 18 Nov 2010 17:32:40 -0500 Subject: [PATCH] Add some window border to test open with --- tests/testopenwith.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testopenwith.c b/tests/testopenwith.c index bd20f57120..059eabec35 100644 --- a/tests/testopenwith.c +++ b/tests/testopenwith.c @@ -146,6 +146,7 @@ main (int argc, gtk_init (&argc, &argv); toplevel = gtk_window_new (GTK_WINDOW_TOPLEVEL); + gtk_container_set_border_width (GTK_CONTAINER (toplevel), 12); grid = gtk_grid_new (); w = gtk_label_new ("File:");