1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 09:19:41 +01:00

Footnotes background color to match

This commit is contained in:
Jason Herskowitz 2012-12-16 08:42:19 -05:00
parent ffa8e342a4
commit 616652da12
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ ContextWidget::ContextWidget( QWidget* parent )
ensurePolished();
QPalette pal = palette();
pal.setBrush( QPalette::Window, QColor( "#454e59" ) );
pal.setBrush( QPalette::Window, QColor( "#323435" ) );
setPalette( pal );
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );

View File

@ -282,7 +282,7 @@ PlaylistDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option,
rect.setTop( pixmapRect.bottom() - painter->fontMetrics().height() - 1 );
rect.setBottom( pixmapRect.bottom() + 1 );
QColor figColor( "#464b55" );
QColor figColor( "#454e59" );
painter->setPen( figColor );
painter->setBrush( figColor );