From c62bd648961e0516669f3df909de334526751c66 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Tue, 20 Sep 2011 09:10:09 +0200 Subject: [PATCH] fine tune button shadows. --- clients/oxygen/oxygendecohelper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/oxygen/oxygendecohelper.cpp b/clients/oxygen/oxygendecohelper.cpp index f8cea7a5bf..e48be1e3c9 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.4 ); - drawShadow( p, calcShadowColor( color ), 21 ); + p.translate( 0, -1.2 ); + drawShadow( p, alphaColor( calcShadowColor( color ), 0.8 ), 21 ); p.restore(); }