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:
parent
5f4c8ba2a9
commit
dd1b464d6b
@ -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; }" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user