1
0
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:
Teo Mrnjavac
2013-07-31 00:21:40 +02:00
parent fc4d0a7933
commit 4671e81617

View File

@@ -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