mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
* Set Roboto as default app font.
This commit is contained in:
@@ -115,6 +115,10 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
|||||||
TomahawkStyle::loadFonts();
|
TomahawkStyle::loadFonts();
|
||||||
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
||||||
|
|
||||||
|
QFont f = font();
|
||||||
|
f.setFamily( "Roboto" );
|
||||||
|
QApplication::setFont( f );
|
||||||
|
|
||||||
ViewManager* vm = new ViewManager( this );
|
ViewManager* vm = new ViewManager( this );
|
||||||
m_audioControls = new AudioControls( this );
|
m_audioControls = new AudioControls( this );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user