NOISSUE force SetupWizard into 'classic' look and feel and increment analytics version
This should force the dialog to show again. If it still looks wrong on Windows 10, please report this on discord.
This commit is contained in:
@ -197,6 +197,8 @@ SetupWizard::SetupWizard(QWidget *parent) : QWizard(parent)
|
||||
{
|
||||
setObjectName(QStringLiteral("SetupWizard"));
|
||||
resize(615, 659);
|
||||
// make it ugly everywhere to avoid variability in theming
|
||||
setWizardStyle(QWizard::ClassicStyle);
|
||||
setOptions(QWizard::NoCancelButton | QWizard::IndependentPages);
|
||||
if (LanguageWizardPage::isRequired())
|
||||
{
|
||||
|
Reference in New Issue
Block a user