mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 23:43:14 -04:00
Merge pull request #1331 from grindhold/stable-1.1
adjust height of setup_dialog for stable-1.1 Closes #1328
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user