mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Set pen color correctly for Inbox.
This commit is contained in:
parent
99deba6710
commit
4d64ddf317
@ -711,7 +711,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
|
||||
painter->setFont( figFont );
|
||||
|
||||
QColor figColor( TomahawkStyle::SIDEBAR_ROUNDFIGURE_INBOX_BACKGROUND );
|
||||
painter->setPen( figColor );
|
||||
painter->setPen( Qt::white );
|
||||
painter->setBrush( figColor );
|
||||
|
||||
TomahawkUtils::drawBackgroundAndNumbers( painter, count, figRect );
|
||||
|
Loading…
x
Reference in New Issue
Block a user