From 64723f68e32ad22c771ade7c7958a7e484451099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Jan 2017 08:23:03 +0100 Subject: 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. --- application/setupwizard/SetupWizard.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/setupwizard') diff --git a/application/setupwizard/SetupWizard.cpp b/application/setupwizard/SetupWizard.cpp index 3c87759f..9457e507 100644 --- a/application/setupwizard/SetupWizard.cpp +++ b/application/setupwizard/SetupWizard.cpp @@ -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()) { -- cgit v1.2.3