From d0ddfe88ff9e756c9fbb4fd52643bf443c99f6d9 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Fri, 17 Jul 2015 20:01:51 +0200 Subject: [PATCH] also use shadow color in Breeze style --- kstyle/breeze.kcfg | 4 ++++ kstyle/breezeshadowhelper.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/kstyle/breeze.kcfg b/kstyle/breeze.kcfg index 3380d912..3cfb5f13 100644 --- a/kstyle/breeze.kcfg +++ b/kstyle/breeze.kcfg @@ -21,6 +21,10 @@ 64 + + 0, 0, 0 + + true diff --git a/kstyle/breezeshadowhelper.cpp b/kstyle/breezeshadowhelper.cpp index b971b8b0..2fa1d01b 100644 --- a/kstyle/breezeshadowhelper.cpp +++ b/kstyle/breezeshadowhelper.cpp @@ -149,7 +149,7 @@ namespace Breeze { const QPalette palette( QApplication::palette() ); - const QColor shadowColor( palette.color( QPalette::Shadow ) ); + const QColor shadowColor( StyleConfigData::shadowColor() ); // metrics const int shadowSize = StyleConfigData::shadowSize()*12/16;