mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Remove unwanted outlines from header children.
This fixes TWK-1160.
This commit is contained in:
@@ -134,5 +134,5 @@ BasicHeader::paintEvent( QPaintEvent* event )
|
|||||||
gradient.setColorAt( 1.0, QColor( "#25292c" ) );
|
gradient.setColorAt( 1.0, QColor( "#25292c" ) );
|
||||||
|
|
||||||
painter.setBrush( gradient );
|
painter.setBrush( gradient );
|
||||||
painter.fillRect( event->rect(), gradient );
|
painter.fillRect( rect(), gradient );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user