mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Re-use TomahawkStyle::HEADER_BACKGROUND.
This commit is contained in:
@@ -52,6 +52,7 @@ namespace TomahawkStyle
|
|||||||
|
|
||||||
static const QColor PAGE_BACKGROUND = QColor( "#F9F9F9" );
|
static const QColor PAGE_BACKGROUND = QColor( "#F9F9F9" );
|
||||||
static const QColor HEADER_LABEL = QColor( 255, 255, 255, 240 );
|
static const QColor HEADER_LABEL = QColor( 255, 255, 255, 240 );
|
||||||
|
static const QColor HEADER_BACKGROUND = QColor( "#333333" );
|
||||||
|
|
||||||
// Potentially obsolete definitions
|
// Potentially obsolete definitions
|
||||||
static const QColor BORDER_LINE = QColor( "#8c8c8c" );
|
static const QColor BORDER_LINE = QColor( "#8c8c8c" );
|
||||||
@@ -71,7 +72,6 @@ namespace TomahawkStyle
|
|||||||
static const QColor HEADER_GAUGE_TEXT = QColor( "#FFFFFF" );
|
static const QColor HEADER_GAUGE_TEXT = QColor( "#FFFFFF" );
|
||||||
static const QColor HEADER_GAUGE_LABEL_BACKGROUND = QColor( "#0B0A0A" );
|
static const QColor HEADER_GAUGE_LABEL_BACKGROUND = QColor( "#0B0A0A" );
|
||||||
|
|
||||||
static const QColor HEADER_BACKGROUND = QColor( "#292f34" );
|
|
||||||
static const QColor HEADER_TEXT = QColor( "#DBDBDB" );
|
static const QColor HEADER_TEXT = QColor( "#DBDBDB" );
|
||||||
static const QColor HEADER_LINK = QColor( "#7DC4FF" );
|
static const QColor HEADER_LINK = QColor( "#7DC4FF" );
|
||||||
static const QColor HEADER_HIGHLIGHT = QColor( "#333" );
|
static const QColor HEADER_HIGHLIGHT = QColor( "#333" );
|
||||||
|
@@ -34,7 +34,7 @@ BackgroundWidget::BackgroundWidget( QWidget* parent )
|
|||||||
, m_blurred( false )
|
, m_blurred( false )
|
||||||
{
|
{
|
||||||
setAutoFillBackground( false );
|
setAutoFillBackground( false );
|
||||||
BackgroundWidget::setBackgroundColor( QColor( "#333333" ) );
|
setBackgroundColor( Qt::transparent );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -40,6 +40,7 @@ BasicHeader::BasicHeader( QWidget* parent )
|
|||||||
{
|
{
|
||||||
setAutoFillBackground( false );
|
setAutoFillBackground( false );
|
||||||
ui->setupUi( this );
|
ui->setupUi( this );
|
||||||
|
BackgroundWidget::setBackgroundColor( TomahawkStyle::HEADER_BACKGROUND );
|
||||||
|
|
||||||
{
|
{
|
||||||
QFont f = ui->captionLabel->font();
|
QFont f = ui->captionLabel->font();
|
||||||
|
Reference in New Issue
Block a user