mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Tweak color of track number overaly in the New Stations & Playlists widget
This commit is contained in:
@@ -249,7 +249,7 @@ PlaylistDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option,
|
|||||||
rect.setTop( pixmapRect.bottom() - painter->fontMetrics().height() - 1 );
|
rect.setTop( pixmapRect.bottom() - painter->fontMetrics().height() - 1 );
|
||||||
rect.setBottom( pixmapRect.bottom() + 1 );
|
rect.setBottom( pixmapRect.bottom() + 1 );
|
||||||
|
|
||||||
QColor figColor( 153, 153, 153 );
|
QColor figColor( "#464b55" );
|
||||||
painter->setPen( figColor );
|
painter->setPen( figColor );
|
||||||
painter->setBrush( figColor );
|
painter->setBrush( figColor );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user