diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index ee69eaaf..a1765f24 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -65,7 +65,7 @@ Setup::Setup(): { setCloseButton(true); int width = 340; - int height = 340; + int height = 360; setContentSize(width, height); static const char *buttonNames[] = { |