Revert "fine tune button shadows."

This reverts commit 8c2841a58f75466c5ad87aff35bad8859f9c6822.
icc-effect-5.14.5
Hugo Pereira Da Costa 2011-09-20 09:14:24 +02:00
parent c62bd64896
commit f2e93e1b73
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}