summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2014-10-05 22:33:28 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2014-10-05 22:34:53 -0500
commit434f894cf191d30a8b4f9a1d59601e1405ae2b69 (patch)
treea91e4198a59003c8412702b944c247dd2ef2c3e4
parentab8ecee4657250976ef259427a49d5360a4b7cb6 (diff)
downloadnautilus-434f894cf191d30a8b4f9a1d59601e1405ae2b69.tar.gz
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.
-rw-r--r--src/nautilus-window-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window-private.h b/src/nautilus-window-private.h
index 2fd0355e0..5531d8e71 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,