Initial Preferences window height set to 600px

PR #4716
This commit is contained in:
Morgan Hardwood
2018-09-05 10:50:31 +02:00
parent f84d3d8334
commit 157ee86bfa

View File

@@ -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;