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:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user