git-svn-id: svn://db.shs.com.ru/libs@433 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-09-24 12:00:32 +00:00
parent 44d1e597f4
commit b10a49259d
3 changed files with 5 additions and 2 deletions

View File

@@ -137,6 +137,9 @@ int lineThickness() {
QSize preferredIconSize(float x) {
int s = qMax<int>(8, qRound(fontHeight() * x));
#ifdef Q_OS_MACOS
s /= 1.25;
#endif
return QSize(s, s);
}