1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Add track icon and tweak page color on track page

This commit is contained in:
Jason Herskowitz 2012-05-12 17:58:46 -07:00
parent 4dc3014a37
commit 393cefb88c
3 changed files with 1 additions and 1 deletions

BIN
data/images/track-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -40,7 +40,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
layout()->setSpacing( 0 );
ui->headerWidget->setStyleSheet( "QWidget#headerWidget { background-image: url(" RESPATH "images/playlist-header-tiled.png); }" );
ui->tracksWidget->setStyleSheet( "background-color: #bababa;" );
ui->tracksWidget->setStyleSheet( "background-color: #323435;" );
ui->statsLabel->setStyleSheet( "QLabel { background-image:url(); border: 2px solid #dddddd; background-color: #faf9f9; border-radius: 4px; padding: 12px; }" );
QFont f = font();