mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Remove unwanted outlines from header children.
This fixes TWK-1160.
This commit is contained in:
parent
a9ca8faf8a
commit
3e9305c2da
@ -134,5 +134,5 @@ BasicHeader::paintEvent( QPaintEvent* event )
|
||||
gradient.setColorAt( 1.0, QColor( "#25292c" ) );
|
||||
|
||||
painter.setBrush( gradient );
|
||||
painter.fillRect( event->rect(), gradient );
|
||||
painter.fillRect( rect(), gradient );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user