From f2e93e1b733e5fe57f511420babe428ac29e365a Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Tue, 20 Sep 2011 09:14:24 +0200 Subject: [PATCH] Revert "fine tune button shadows." This reverts commit 8c2841a58f75466c5ad87aff35bad8859f9c6822. --- 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 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(); }