fine tune button shadows.

This commit is contained in:
Hugo Pereira Da Costa 2011-09-20 09:10:09 +02:00
parent 2ced9ec941
commit c62bd64896

View file

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