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:
commit
0755954b78
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue