frontend: Use same base theme on Win 10/11#13597
Conversation
|
This seems a bit of a kludge. The I would be curious if this is still an issue: https://qt-project.atlassian.net/browse/QTBUG-142408 |
The |
RytoEX
left a comment
There was a problem hiding this comment.
While I would personally prefer we use the more modern windows11 style as our base style, @Warchamp7 maintains the UI and themes, and I don't want to make that more difficult.
At some point in the future, I would like to revisit this.
Description
Forces Windows 11 to use the
windowsvistabase theme.Fixes some weird padding issues on Windows 11 on the current Qt version.

Fixes #13598
Motivation and Context
We override pretty much every aspect of the style via our stylesheet so this just ensures Win 10 and Win 11 both start from the same base appearance, instead of the system default Qt style (
windowsvistaon Win10,windows11on Win11)How Has This Been Tested?
Compiled and ran on my Windows 11 laptop. Confirmed that the extra padding in list views is gone.
Also compiled and ran on my Windows 10 machine with the style set to
windows11instead, which caused the excessive padding on my Windows 10 machine.Types of changes
Checklist: