Fix Windows builds
This commit is contained in:
@@ -84,7 +84,7 @@ int main(int argc, char *argv[])
|
|||||||
freopen("CONOUT$", "w", stderr);
|
freopen("CONOUT$", "w", stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
QGuiApplication::setStyle(QStringLiteral("breeze"));
|
QApplication::setStyle(QStringLiteral("breeze"));
|
||||||
auto font = app.font();
|
auto font = app.font();
|
||||||
font.setPointSize(10);
|
font.setPointSize(10);
|
||||||
app.setFont(font);
|
app.setFont(font);
|
||||||
|
|||||||
Reference in New Issue
Block a user