Add white space and larger default opening size of OpenMW-CS preferences window. Improves first-impression and overall readability.

revert-6246b479
Matjaž Lamut 2 years ago
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…
Cancel
Save