Fix for bug #78739
cc:kwin@kde.org svn path=/trunk/kdebase/kwin/; revision=308583
This commit is contained in:
parent
b50995f3cf
commit
b20cf8bf18
1 changed files with 3 additions and 1 deletions
|
@ -739,7 +739,9 @@ void B2Client::shadeChange()
|
|||
|
||||
QSize B2Client::minimumSize() const
|
||||
{
|
||||
return QSize(64, 48);
|
||||
int left, right, top, bottom;
|
||||
borders(left, right, top, bottom);
|
||||
return QSize(left + right + 2 * buttonSize, top + bottom);
|
||||
}
|
||||
|
||||
void B2Client::resize(const QSize& s)
|
||||
|
|
Loading…
Reference in a new issue