This commit is contained in:
zhuzichu
2023-07-14 18:18:46 +08:00
parent 0810572e27
commit 1ecc1bd569
4 changed files with 47 additions and 17 deletions

View File

@ -12,7 +12,7 @@ FluTextStyle::FluTextStyle(QObject *parent)
Body(body);
QFont bodyStrong;
bodyStrong.setPixelSize(14);
bodyStrong.setPixelSize(13);
bodyStrong.setBold(true);
BodyStrong(bodyStrong);