diff --git a/clients/oxygen/oxygendecohelper.cpp b/clients/oxygen/oxygendecohelper.cpp index e48be1e3c9..f8cea7a5bf 100644 --- a/clients/oxygen/oxygendecohelper.cpp +++ b/clients/oxygen/oxygendecohelper.cpp @@ -72,8 +72,8 @@ namespace Oxygen if( color.isValid() ) { p.save(); - p.translate( 0, -1.2 ); - drawShadow( p, alphaColor( calcShadowColor( color ), 0.8 ), 21 ); + p.translate( 0, -1.4 ); + drawShadow( p, calcShadowColor( color ), 21 ); p.restore(); }