git-svn-id: svn://db.shs.com.ru/libs@433 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user