The border size seemed wrong in latest CVS
svn path=/trunk/kdebase/kwin/; revision=263981
This commit is contained in:
parent
fd896cc84d
commit
6714a92f92
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue