1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 15:31:59 +02:00

* Slightly shrinked fonts on track page.

This commit is contained in:
Christian Muehlhaeuser 2012-11-14 04:00:02 +01:00
parent 5f4c8ba2a9
commit dd1b464d6b

View File

@ -64,15 +64,15 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
QFont f = font();
f.setBold( true );
f.setPointSize( TomahawkUtils::defaultFontSize() + 8 );
f.setPointSize( TomahawkUtils::defaultFontSize() + 7 );
ui->trackLabel->setFont( f );
// ui->similarTracksLabel->setFont( f );
f.setPointSize( TomahawkUtils::defaultFontSize() + 5 );
f.setPointSize( TomahawkUtils::defaultFontSize() + 4 );
ui->artistLabel->setFont( f );
ui->albumLabel->setFont( f );
f.setPointSize( TomahawkUtils::defaultFontSize() + 3 );
f.setPointSize( TomahawkUtils::defaultFontSize() + 2 );
ui->statsLabel->setFont( f );
// ui->similarTracksView->setStyleSheet( "QListView { background-color: transparent; } QListView::item { background-color: transparent; }" );