[nautilus] Increase default width even more



commit 434f894cf191d30a8b4f9a1d59601e1405ae2b69
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sun Oct 5 22:33:28 2014 -0500

    Increase default width even more
    
    I think this is the third time I've changed this. The sidebar keeps
    getting bigger. We might need to compute this dynamically when it's
    unset, to ensure four columns of results regardless of theme or filename
    length.

 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 2fd0355..5531d8e 100644
--- a/src/nautilus-window-private.h
+++ b/src/nautilus-window-private.h
@@ -82,7 +82,7 @@ struct NautilusWindowDetails
 
 #define NAUTILUS_WINDOW_MIN_WIDTH              200
 #define NAUTILUS_WINDOW_MIN_HEIGHT             200
-#define NAUTILUS_WINDOW_DEFAULT_WIDTH          855
+#define NAUTILUS_WINDOW_DEFAULT_WIDTH          890
 #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]