mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
Add white space and larger default opening size of OpenMW-CS preferences window. Improves first-impression and overall readability.
This commit is contained in:
parent
44c3c40058
commit
d12426f1b0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user