1
0
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:
Teo Mrnjavac 2012-12-22 19:56:51 +01:00
parent a9ca8faf8a
commit 3e9305c2da

View File

@ -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 );
}