[nautilus] Double the default height of the bookmarks dialogue.



commit fbde8dffa28972553ab7b698605e869c0685caea
Author: Dennis Cranston <dennis_cranston yahoo com>
Date:   Tue Aug 14 13:04:30 2012 -0700

    Double the default height of the bookmarks dialogue.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681875

 src/nautilus-bookmarks-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-bookmarks-window.c b/src/nautilus-bookmarks-window.c
index 7cee5f1..e86d10b 100644
--- a/src/nautilus-bookmarks-window.c
+++ b/src/nautilus-bookmarks-window.c
@@ -77,7 +77,7 @@ static int                   key_pressed_signal_id;
 
 /* Larger size initially; user can stretch or shrink (but not shrink below min) */
 #define BOOKMARKS_WINDOW_INITIAL_WIDTH	500
-#define BOOKMARKS_WINDOW_INITIAL_HEIGHT	200
+#define BOOKMARKS_WINDOW_INITIAL_HEIGHT	400
 
 static gboolean
 get_selection_exists (void)



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