1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2026-02-08 00:32:27 +00:00

Fix windows styling.

This commit is contained in:
Filippo Scognamiglio
2025-12-14 20:14:58 +01:00
parent 3bcf11264b
commit ef11a4b7ef
3 changed files with 6 additions and 6 deletions

View File

@@ -37,9 +37,6 @@ int main(int argc, char *argv[])
// Some environmental variable are necessary on certain platforms.
// Disable Connections slot warnings
QLoggingCategory::setFilterRules("qt.qml.connections.warning=false");
// TODO FILIPPO... This should not be hardcoded but handled as a fallback of sort!
QQuickStyle::setStyle("Material");
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::Round);
// #if defined (Q_OS_LINUX)