mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
Set default background for AudioControls.
This commit is contained in:
parent
0d2fc7a96d
commit
0312ef7dab
@ -38,8 +38,8 @@ BasicHeader::BasicHeader( QWidget* parent )
|
||||
, DpiScaler( this )
|
||||
, ui( new Ui::HeaderWidget )
|
||||
{
|
||||
setAutoFillBackground( false );
|
||||
ui->setupUi( this );
|
||||
setAutoFillBackground( false );
|
||||
BackgroundWidget::setBackgroundColor( TomahawkStyle::HEADER_BACKGROUND );
|
||||
|
||||
{
|
||||
|
@ -60,6 +60,7 @@ AudioControls::AudioControls( QWidget* parent )
|
||||
{
|
||||
ui->setupUi( this );
|
||||
setAutoFillBackground( false );
|
||||
BackgroundWidget::setBackgroundColor( TomahawkStyle::HEADER_BACKGROUND );
|
||||
setAcceptDrops( true );
|
||||
setFixedHeight( scaledY( 85 ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user