The border size seemed wrong in latest CVS

svn path=/trunk/kdebase/kwin/; revision=263981
This commit is contained in:
Luciano Montanaro 2003-11-02 16:35:59 +00:00
parent fd896cc84d
commit 6714a92f92

View file

@ -748,7 +748,7 @@ void B2Client::resize(const QSize& s)
void B2Client::borders(int &left, int &right, int &top, int &bottom) const
{
left = right = thickness + 1;
left = right = thickness;
top = buttonSize + 4;
bottom = thickness + (isResizable() ? 4 : 0);
}