diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-01-02 08:23:03 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-01-02 08:23:03 +0100 |
commit | 64723f68e32ad22c771ade7c7958a7e484451099 (patch) | |
tree | f3e71f73f6377eb7ac99c8307ddb704d8c8e4468 /application/setupwizard | |
parent | a666dc0a1afa69b5b42aa3a487c8fa971c01cde1 (diff) | |
download | MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar.gz MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar.lz MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar.xz MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.zip |
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.
Diffstat (limited to 'application/setupwizard')
-rw-r--r-- | application/setupwizard/SetupWizard.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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()) { |