[nautilus/gnome-3-0] query-editor: add a border around the query editor widgets
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-3-0] query-editor: add a border around the query editor widgets
- Date: Mon, 23 May 2011 15:31:47 +0000 (UTC)
commit a9e6a584f3948421253a980a4bb872f0d646ce04
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 23 11:31:15 2011 -0400
query-editor: add a border around the query editor widgets
https://bugzilla.gnome.org/show_bug.cgi?id=647737
src/nautilus-query-editor.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 054c868..6533d51 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -973,9 +973,11 @@ nautilus_query_editor_init (NautilusQueryEditor *editor)
gtk_orientable_set_orientation (GTK_ORIENTABLE (editor), GTK_ORIENTATION_VERTICAL);
editor->details->invisible_vbox = gtk_vbox_new (FALSE, 6);
+ gtk_container_set_border_width (GTK_CONTAINER (editor->details->invisible_vbox), 6);
gtk_box_pack_start (GTK_BOX (editor), editor->details->invisible_vbox,
FALSE, FALSE, 0);
editor->details->visible_vbox = gtk_vbox_new (FALSE, 6);
+ gtk_container_set_border_width (GTK_CONTAINER (editor->details->visible_vbox), 6);
gtk_box_pack_start (GTK_BOX (editor), editor->details->visible_vbox,
FALSE, FALSE, 0);
/* Only show visible vbox */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]