From 4b6e4d836dbb35324fa42ab29c4cb338bc0fae56 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 8 Dec 2012 22:47:42 +0100 Subject: [PATCH] * Use BasicHeader's colors for the HeaderWidget. --- src/libtomahawk/utils/StyleHelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/utils/StyleHelper.cpp b/src/libtomahawk/utils/StyleHelper.cpp index 85cd3041d..37f90347d 100644 --- a/src/libtomahawk/utils/StyleHelper.cpp +++ b/src/libtomahawk/utils/StyleHelper.cpp @@ -26,14 +26,14 @@ QColor StyleHelper::headerUpperColor() { - return QColor( "#464e57" ); + return QColor( "#615858" ); } QColor StyleHelper::headerLowerColor() { - return QColor( "#3f4650" ); + return QColor( "#231F1F" ); }