From 0d34f0835d21078ba89428dcc080a798cb465259 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sat, 8 Nov 2014 23:32:33 +0000 Subject: [PATCH] Taller window to go with window being wider. We're agreed we want a wider window by default. Some experimenting still to do with what to show by default, how much space to use, and in what order. --- src/Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Project.cpp b/src/Project.cpp index bf68aa1c8..5af36e047 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -548,7 +548,7 @@ void GetDefaultWindowRect(wxRect *defRect) *defRect = wxGetClientDisplayRect(); defRect->width = 940; - defRect->height = 580; + defRect->height = 780; //These conditional values assist in improving placement and size //of new windows on different platforms.