[gtk+/open-with-dialog: 28/52] Add some window border to test open with
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/open-with-dialog: 28/52] Add some window border to test open with
- Date: Tue, 23 Nov 2010 15:57:27 +0000 (UTC)
commit 076e851c5f0bc2235d20cadf598da9160fd60fd9
Author: William Jon McCann <jmccann redhat com>
Date: Thu Nov 18 17:32:40 2010 -0500
Add some window border to test open with
tests/testopenwith.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/testopenwith.c b/tests/testopenwith.c
index bd20f57..059eabe 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:");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]