Skip to content

Commit

Permalink
windows font wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Sep 30, 2021
1 parent 98f6b21 commit aed1316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int main(int argc, char *argv[])
//setup theme
#ifdef Q_OS_WIN
QIcon::setThemeName("breeze-modmanager");
QFont font("微软雅黑");
QFont font("微软雅黑", 10);
a.setFont(font);
#endif
qApp->setWindowIcon(QIcon(":/image/modmanager.png"));
Expand Down

0 comments on commit aed1316

Please sign in to comment.