Skip to content

Commit

Permalink
Use WizardStyle=Modern instead of Aero
Browse files Browse the repository at this point in the history
The later seems to be the default for some reason but does not
support dark mode (or breaks when dark mode is enabled).
Use the "Modern" style instead, and also set a smaller default
width while at it.

Note that the style is a QWizard concept and not QTIFW specific.

The only related upstream issue I found was
https://bugreports.qt.io/browse/QTBUG-123853

Fixes #84
  • Loading branch information
lazka committed Dec 7, 2024
1 parent 58f6dc6 commit 3cf8b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qt-ifw/config/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<InstallerApplicationIcon>msys2</InstallerApplicationIcon>
<InstallerWindowIcon>msys2.ico</InstallerWindowIcon>
<InstallActionColumnVisible>false</InstallActionColumnVisible>
<WizardStyle>Modern</WizardStyle>
<WizardDefaultWidth>40em</WizardDefaultWidth>
<MaintenanceToolName>uninstall</MaintenanceToolName>
<SupportsModify>false</SupportsModify>
<RepositorySettingsPageVisible>false</RepositorySettingsPageVisible>
Expand Down

0 comments on commit 3cf8b7e

Please sign in to comment.