mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 14:28:24 +01:00
Make progress bar match the red of the Tomahawk logo - #ff004c
This commit is contained in:
parent
01534d222f
commit
5d9b42182b
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user