From b09067e0b82ddf7229f79eba1635e78c7c4a6cdf Mon Sep 17 00:00:00 2001 From: grindhold Date: Wed, 19 Nov 2014 16:52:24 +0100 Subject: [PATCH] adjusted height of setup dialog --- src/gui/setup_dialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/setup_dialog.cpp b/src/gui/setup_dialog.cpp index 6ed9e58484..b4474ed6ea 100644 --- a/src/gui/setup_dialog.cpp +++ b/src/gui/setup_dialog.cpp @@ -142,7 +142,7 @@ setupDialog::setupDialog( ConfigTabs _tab_to_open ) : m_tabBar->setFixedWidth( 72 ); QWidget * ws = new QWidget( settings ); - int wsHeight = 336; + int wsHeight = 370; #ifdef LMMS_HAVE_STK wsHeight += 50; #endif @@ -300,7 +300,7 @@ setupDialog::setupDialog( ConfigTabs _tab_to_open ) : QWidget * paths = new QWidget( ws ); - int pathsHeight = 356; + int pathsHeight = 370; #ifdef LMMS_HAVE_STK pathsHeight += 55; #endif