mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 10:50:19 +02:00
* Redundant setBackgroundColor.
This commit is contained in:
@@ -59,7 +59,6 @@ AudioControls::AudioControls( QWidget* parent )
|
||||
ui->setupUi( this );
|
||||
setAutoFillBackground( false );
|
||||
setAcceptDrops( true );
|
||||
setBackgroundColor( QColor( "#333333" ) );
|
||||
setFixedHeight( scaledY( 85 ) );
|
||||
|
||||
QFont f = font();
|
||||
|
Reference in New Issue
Block a user