1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 08:04:25 +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 b7cee78106
commit 530f0ff8c5

View File

@@ -671,7 +671,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 );