1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Make progress bar match the red of the Tomahawk logo - #ff004c

This commit is contained in:
Jason Herskowitz
2014-10-19 13:19:16 -04:00
parent 01534d222f
commit 5d9b42182b

View File

@@ -673,7 +673,7 @@ PlaylistItemDelegate::drawTrack( QPainter* painter, const QStyleOptionViewItem&
{
painter->save();
painter->setPen( Qt::transparent );
painter->setBrush( Qt::darkRed );
painter->setBrush( QColor( "#ff004c" ));
QRect playBar = r.adjusted( 0, r.height() + 2, 0, 0 );
playBar.setHeight( 2 );