From 3cf8b7eabe619b4fc6e28493c9fb3d11bac13ba3 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 7 Dec 2024 22:04:51 +0100 Subject: [PATCH] Use WizardStyle=Modern instead of Aero 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 --- qt-ifw/config/config.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt-ifw/config/config.xml b/qt-ifw/config/config.xml index fdafe5e..9f3726e 100644 --- a/qt-ifw/config/config.xml +++ b/qt-ifw/config/config.xml @@ -11,6 +11,8 @@ msys2 msys2.ico false + Modern + 40em uninstall false false