[nautilus] Increase default width to 855



commit d5ac3537959a9539520c1e571b7eaa31eee85f9d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 14 17:26:52 2013 -0500

    Increase default width to 855
    
    Nautilus now requires more space to display four columns of icons at the
    default sidebar width if a scrollbar is present. The transition between
    four columns of icons and three columns looks terrible so let's avoid it
    by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708093

 src/nautilus-window-private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window-private.h b/src/nautilus-window-private.h
index 30ddfde..9cc6891 100644
--- a/src/nautilus-window-private.h
+++ b/src/nautilus-window-private.h
@@ -84,7 +84,7 @@ struct NautilusWindowDetails
 
 #define NAUTILUS_WINDOW_MIN_WIDTH              200
 #define NAUTILUS_WINDOW_MIN_HEIGHT             200
-#define NAUTILUS_WINDOW_DEFAULT_WIDTH          840
+#define NAUTILUS_WINDOW_DEFAULT_WIDTH          855
 #define NAUTILUS_WINDOW_DEFAULT_HEIGHT         550
 
 typedef void (*NautilusBookmarkFailedCallback) (NautilusWindow *window,


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