Revert "fine tune button shadows."
This reverts commit 8c2841a58f75466c5ad87aff35bad8859f9c6822.
This commit is contained in:
parent
c62bd64896
commit
f2e93e1b73
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue