fine tune button shadows.
This commit is contained in:
parent
2ced9ec941
commit
c62bd64896
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ namespace Oxygen
|
||||||
if( color.isValid() )
|
if( color.isValid() )
|
||||||
{
|
{
|
||||||
p.save();
|
p.save();
|
||||||
p.translate( 0, -1.4 );
|
p.translate( 0, -1.2 );
|
||||||
drawShadow( p, calcShadowColor( color ), 21 );
|
drawShadow( p, alphaColor( calcShadowColor( color ), 0.8 ), 21 );
|
||||||
p.restore();
|
p.restore();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue