1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Set base font size of 10pt.

This commit is contained in:
Christian Muehlhaeuser 2014-08-21 17:52:01 +02:00
parent ac16d28edf
commit 4832a35ca8

View File

@ -183,6 +183,7 @@ TomahawkApp::init()
TomahawkStyle::loadFonts();
QFont f = font();
f.setPointSize( 10 );
f.setFamily( "Roboto" );
#ifdef Q_OS_MAC
f.setPointSize( f.pointSize() - 2 );