mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 18:44:30 +02:00
Use slightly larger font on OSX.
This commit is contained in:
@@ -194,7 +194,7 @@ TomahawkApp::init()
|
|||||||
f.setPointSize( 10 );
|
f.setPointSize( 10 );
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
f.setPointSize( f.pointSize() - 2 );
|
f.setPointSize( f.pointSize() - 1 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
setFont( f );
|
setFont( f );
|
||||||
|
Reference in New Issue
Block a user