mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-25 20:33:20 +01:00
shrink font size on osx
This commit is contained in:
parent
f9c4eac734
commit
83ec026b34
@ -175,6 +175,10 @@ TomahawkApp::TomahawkApp( int& argc, char *argv[] )
|
||||
Tomahawk::setShortcutHandler( static_cast<MacShortcutHandler*>( m_shortcutHandler) );
|
||||
|
||||
Tomahawk::setApplicationHandler( this );
|
||||
|
||||
QFont f( QApplication::font() );
|
||||
f.setPointSize( f.pointSize() - 2 );
|
||||
QApplication::setFont( f );
|
||||
#endif
|
||||
|
||||
// Connect up shortcuts
|
||||
|
Loading…
x
Reference in New Issue
Block a user