Center wizard page and use "classic style"

This commit is contained in:
Klaus Basan
2019-04-09 15:59:31 +02:00
committed by Mat Sutcliffe
parent 1dd10ffe29
commit 5c870a8404
4 changed files with 37 additions and 4 deletions

View File

@@ -506,6 +506,7 @@ void CSwiftLauncher::startWizard()
m_wizard.reset(new CConfigurationWizard(this));
}
m_wizard->show();
CGuiUtility::centerWidget(m_wizard.data(), this);
}
void CSwiftLauncher::onStyleSheetsChanged()