mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Don't touch OSX base font.
This commit is contained in:
@@ -183,9 +183,10 @@ TomahawkApp::init()
|
|||||||
|
|
||||||
TomahawkStyle::loadFonts();
|
TomahawkStyle::loadFonts();
|
||||||
QFont f = font();
|
QFont f = font();
|
||||||
f.setPointSize( 10 );
|
|
||||||
f.setFamily( "Roboto" );
|
f.setFamily( "Roboto" );
|
||||||
#ifdef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
|
f.setPointSize( 10 );
|
||||||
|
#else
|
||||||
f.setPointSize( f.pointSize() - 2 );
|
f.setPointSize( f.pointSize() - 2 );
|
||||||
#endif
|
#endif
|
||||||
setFont( f );
|
setFont( f );
|
||||||
|
Reference in New Issue
Block a user