mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 09:49:42 +01:00
* Use BasicHeader's colors for the HeaderWidget.
This commit is contained in:
parent
25c7b3927a
commit
4b6e4d836d
@ -26,14 +26,14 @@
|
||||
QColor
|
||||
StyleHelper::headerUpperColor()
|
||||
{
|
||||
return QColor( "#464e57" );
|
||||
return QColor( "#615858" );
|
||||
}
|
||||
|
||||
|
||||
QColor
|
||||
StyleHelper::headerLowerColor()
|
||||
{
|
||||
return QColor( "#3f4650" );
|
||||
return QColor( "#231F1F" );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user