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