Skip to content

Commit

Permalink
fix: build macos
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Apr 8, 2023
1 parent bac632f commit 6215c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preference/preference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ QWidget *Preference::tabAbout()
logo->setPixmap(QIcon(":/resources/logo.png").pixmap(QSize(48, 48) * m_scale));
grid->addWidget(logo, i++, j, 2, 2, Qt::AlignCenter); //占据两格

const double ponitSize = 14;
double ponitSize = 14;
#if defined(Q_OS_MAC)
ponitSize = 14;
#endif
Expand Down

0 comments on commit 6215c76

Please sign in to comment.