mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Set base font size of 10pt.
This commit is contained in:
@@ -183,6 +183,7 @@ 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
|
#ifdef Q_OS_MAC
|
||||||
f.setPointSize( f.pointSize() - 2 );
|
f.setPointSize( f.pointSize() - 2 );
|
||||||
|
Reference in New Issue
Block a user