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:
parent
4dc3014a37
commit
393cefb88c
BIN
data/images/track-icon.png
Normal file
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 |
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user