1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Style fix for TrackInfoWidget.

This commit is contained in:
Christian Muehlhaeuser
2013-07-17 00:06:49 +02:00
parent 51c0366190
commit 69691bb217

View File

@@ -87,7 +87,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
// ui->similarTracksView->setStyleSheet( "QListView { background-color: transparent; } QListView::item { background-color: transparent; }" );
TomahawkStyle::stylePageFrame( ui->frame );
}
}
{
QFont f = ui->trackLabel->font();