We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6428df commit 14b6e0bCopy full SHA for 14b6e0b
1 file changed
omodsim/main.cpp
@@ -41,6 +41,8 @@ int main(int argc, char *argv[])
41
QApplication a(argc, argv);
42
a.setApplicationName(APP_NAME);
43
a.setApplicationVersion(APP_VERSION);
44
+ a.setStyle("windowsvista");
45
+
46
QFontDatabase::addApplicationFont(":/fonts/firacode.ttf");
47
48
CmdLineParser parser;
0 commit comments