oops. Fixed one glitch when using very-large shadows
svn path=/trunk/KDE/kdebase/workspace/; revision=1025902
This commit is contained in:
parent
2968cb9ce8
commit
f5945d0bbb
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ namespace Oxygen
|
|||
// draw square gradients for the lower rect
|
||||
// vertical lines
|
||||
{
|
||||
QRectF rect( hoffset, size, 2*size-hoffset, 4.2+voffset );
|
||||
QRectF rect( hoffset, size, 2*size-hoffset, 4+voffset );
|
||||
QLinearGradient lg( hoffset, 0.0, 2*size+hoffset, 0.0 );
|
||||
for( int i = 0; i<stops.size(); i++ )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue