Warchamp7
cb026964b0
UI: Replace themeID and style hints with class property
2024-10-04 15:20:49 -04:00
Ryan Foster
62830cd8c7
UI: Fix icon-size values in theme files
...
The Qt docs on icon-size say its Type is Length, which is further
defined as, "A number followed by a measurement unit."
https://doc.qt.io/qt-6/stylesheet-reference.html#icon-size
https://doc.qt.io/qt-6/stylesheet-reference.html#length
This fixes the following logged Qt warning:
QCssParser::sizeValue: Too many values provided
2024-06-15 16:11:49 -07:00
gxalpha
03313a6af4
UI: Fix visibility and lock checkbox styling on system theme
...
In 7931f2acb8 the classes have been
removed in favor of properties, but this styling change appears to have
been reverted by accident, likely by the theming overhaul.
2024-05-11 21:52:42 -04:00
Warchamp7
a3a8f6dbfb
UI: Convert themes to composable format
2024-04-21 00:01:16 -04:00