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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user