mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Footnotes background color to match
This commit is contained in:
@@ -93,7 +93,7 @@ ContextWidget::ContextWidget( QWidget* parent )
|
|||||||
|
|
||||||
ensurePolished();
|
ensurePolished();
|
||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
pal.setBrush( QPalette::Window, QColor( "#454e59" ) );
|
pal.setBrush( QPalette::Window, QColor( "#323435" ) );
|
||||||
setPalette( pal );
|
setPalette( pal );
|
||||||
|
|
||||||
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );
|
connect( ui->toggleButton, SIGNAL( clicked() ), SLOT( toggleSize() ) );
|
||||||
|
@@ -282,7 +282,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( "#464b55" );
|
QColor figColor( "#454e59" );
|
||||||
painter->setPen( figColor );
|
painter->setPen( figColor );
|
||||||
painter->setBrush( figColor );
|
painter->setBrush( figColor );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user