From 4671e81617fad6c9666f6257ea5b526f0016ad87 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 31 Jul 2013 00:21:40 +0200 Subject: [PATCH] Try another font size for scaling. --- src/libtomahawk/utils/DpiScaler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/utils/DpiScaler.cpp b/src/libtomahawk/utils/DpiScaler.cpp index 05dccbe18..2a22f2259 100644 --- a/src/libtomahawk/utils/DpiScaler.cpp +++ b/src/libtomahawk/utils/DpiScaler.cpp @@ -130,7 +130,7 @@ DpiScaler::ratioFromFontHeight() #ifdef Q_OS_MAC const int baseFontSize = 13; #else - const int baseFontSize = 7; + const int baseFontSize = 8; #endif qreal baseFontHeight = baseFontSize * basePpp; //we assume a minimum font size of 7pt