judge:字体调整

This commit is contained in:
2024-07-28 10:27:54 +08:00
parent 281d09a3c8
commit a6321bfd71
4 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
#ifdef _WIN32
QFont font("Microsoft YaHei", 10);
QFont font("Microsoft YaHei", 9);
a.setFont(font);
a.setStyle("fusion");
#else