1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 02:24:50 +02:00

Tweak color of track number overaly in the New Stations & Playlists widget

This commit is contained in:
Jason Herskowitz
2012-05-12 16:27:47 -07:00
parent a2c5a949b3
commit f8d363e3d0

View File

@@ -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 );