[nautilus] window: hide resize grip



commit caf3233bfc9e7a6e4cd4ed41245ca5d02fdd46e0
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Feb 14 17:21:15 2011 -0500

    window: hide resize grip

 src/nautilus-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index eb0e27f..3c53732 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -148,6 +148,8 @@ nautilus_window_init (NautilusWindow *window)
 	/* Set initial window title */
 	gtk_window_set_title (GTK_WINDOW (window), _("Nautilus"));
 
+	gtk_window_set_has_resize_grip (GTK_WINDOW (window), FALSE);
+
 	table = gtk_table_new (1, 6, FALSE);
 	window->details->table = table;
 	gtk_widget_show (table);



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