1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

Use slightly larger font on OSX.

This commit is contained in:
Christian Muehlhaeuser
2015-04-10 03:05:56 +02:00
parent ecc9f4ca09
commit 2e00f4c03b

View File

@@ -194,7 +194,7 @@ TomahawkApp::init()
f.setPointSize( 10 );
#endif
#ifdef Q_OS_MAC
f.setPointSize( f.pointSize() - 2 );
f.setPointSize( f.pointSize() - 1 );
#endif
setFont( f );