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