mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 21:25:52 +02:00
shrink font size on osx
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user