mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
Try another font size for scaling.
This commit is contained in:
@@ -130,7 +130,7 @@ DpiScaler::ratioFromFontHeight()
|
|||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
const int baseFontSize = 13;
|
const int baseFontSize = 13;
|
||||||
#else
|
#else
|
||||||
const int baseFontSize = 7;
|
const int baseFontSize = 8;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
qreal baseFontHeight = baseFontSize * basePpp; //we assume a minimum font size of 7pt
|
qreal baseFontHeight = baseFontSize * basePpp; //we assume a minimum font size of 7pt
|
||||||
|
Reference in New Issue
Block a user