1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

oops and again

This commit is contained in:
Leo Franchi
2011-03-18 17:44:05 -04:00
parent 5a08e56db4
commit feed05463f

View File

@@ -46,9 +46,7 @@ AudioControls::AudioControls( QWidget* parent )
font.setPixelSize( 12 );
#ifdef Q_WS_MAC
QFont f( font() );
f.setPointSize( f.pointSize() - 2 );
setFont( f );
font.setPointSize( font.pointSize() - 2 );
#endif
ui->artistTrackLabel->setFont( font );