[nautilus] properties-window: add a border around the notebook



commit 29e8f4564400640cc19e0fd7753ea8b2bac9d555
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 23 15:28:50 2011 -0500

    properties-window: add a border around the notebook
    
    This makes it visually consistent with other nautilus notebooks, and
    with e.g. the GNOME3 control-center.

 src/nautilus-properties-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index 13e5851..4c23d7e 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -4929,6 +4929,7 @@ create_properties_window (StartupData *startup_data)
 				NULL);
 
 	/* FIXME - HIGificiation, should be done inside GTK+ */
+	gtk_container_set_border_width (GTK_CONTAINER (window), 12);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (window))), 12);
 	gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_action_area (GTK_DIALOG (window))), 0);
 	gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (window))), 12);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]