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;