I don't think this is necessary anymore
svn path=/trunk/KDE/kdebase/workspace/; revision=742682
This commit is contained in:
parent
491445fb65
commit
e12e7ac6de
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ ShadowEffect::ShadowEffect()
|
||||||
|
|
||||||
QRect ShadowEffect::shadowRectangle(const QRect& windowRectangle) const
|
QRect ShadowEffect::shadowRectangle(const QRect& windowRectangle) const
|
||||||
{
|
{
|
||||||
int shadowGrow = shadowFuzzyness + shadowSize + 20;
|
int shadowGrow = shadowFuzzyness + shadowSize;
|
||||||
return windowRectangle.adjusted( shadowXOffset - shadowGrow, shadowYOffset - shadowGrow,
|
return windowRectangle.adjusted( shadowXOffset - shadowGrow, shadowYOffset - shadowGrow,
|
||||||
shadowXOffset + shadowGrow, shadowYOffset + shadowGrow);
|
shadowXOffset + shadowGrow, shadowYOffset + shadowGrow);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue