mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Don't enforce size on Linux.
This commit is contained in:
@@ -185,9 +185,10 @@ TomahawkApp::init()
|
||||
QFont f = font();
|
||||
TomahawkUtils::setSystemFont( f );
|
||||
f.setFamily( "Roboto" );
|
||||
#ifndef Q_OS_MAC
|
||||
#ifdef Q_OS_WIN
|
||||
f.setPointSize( 10 );
|
||||
#else
|
||||
#endif
|
||||
#ifdef Q_OS_MAC
|
||||
f.setPointSize( f.pointSize() - 2 );
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user