1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-07 01:22:49 +02:00

* Redundant setBackgroundColor.

This commit is contained in:
Christian Muehlhaeuser 2014-10-06 09:26:34 +02:00
parent 46d79d5491
commit a33a25cc46

@ -59,7 +59,6 @@ AudioControls::AudioControls( QWidget* parent )
ui->setupUi( this );
setAutoFillBackground( false );
setAcceptDrops( true );
setBackgroundColor( QColor( "#333333" ) );
setFixedHeight( scaledY( 85 ) );
QFont f = font();