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:
@@ -673,7 +673,7 @@ PlaylistItemDelegate::drawTrack( QPainter* painter, const QStyleOptionViewItem&
|
|||||||
{
|
{
|
||||||
painter->save();
|
painter->save();
|
||||||
painter->setPen( Qt::transparent );
|
painter->setPen( Qt::transparent );
|
||||||
painter->setBrush( Qt::darkRed );
|
painter->setBrush( QColor( "#ff004c" ));
|
||||||
|
|
||||||
QRect playBar = r.adjusted( 0, r.height() + 2, 0, 0 );
|
QRect playBar = r.adjusted( 0, r.height() + 2, 0, 0 );
|
||||||
playBar.setHeight( 2 );
|
playBar.setHeight( 2 );
|
||||||
|
Reference in New Issue
Block a user