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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user