From 157ee86bfaed30eca3ed605b1bb223dfd130187e Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Wed, 5 Sep 2018 10:50:31 +0200 Subject: [PATCH] Initial Preferences window height set to 600px PR #4716 --- rtgui/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/options.cc b/rtgui/options.cc index dcba775b6..205dae821 100644 --- a/rtgui/options.cc +++ b/rtgui/options.cc @@ -331,7 +331,7 @@ void Options::setDefaults() dirBrowserHeight = 350; dirBrowserSortType = Gtk::SORT_ASCENDING; preferencesWidth = 800; - preferencesHeight = 0; + preferencesHeight = 600; toolPanelWidth = 400; browserToolPanelWidth = 465; browserToolPanelHeight = 600;