1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 23:09:42 +00:00

Merge branch 'openmwcs-pref-size' into 'master'

Add white space and larger default opening size of OpenMW-CS preferences

See merge request OpenMW/openmw!3145
This commit is contained in:
psi29a 2023-06-17 09:01:33 +00:00
commit 0755954b78

View file

@ -44,7 +44,7 @@ void CSVPrefs::Dialogue::buildCategorySelector(QSplitter* main)
list->addItem(label);
}
list->setMaximumWidth(maxWidth + 10);
list->setMaximumWidth(maxWidth + 50);
connect(list, &ContextMenuList::currentItemChanged, this, &Dialogue::selectionChanged);
}
@ -74,6 +74,8 @@ CSVPrefs::Dialogue::Dialogue()
setMinimumSize(600, 400);
resize(810, 680);
QSplitter* main = new QSplitter(this);
setCentralWidget(main);