[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kwin/clients/b2
From:       Luciano Montanaro <mikelima () virgilio ! it>
Date:       2004-05-04 13:59:49
Message-ID: 20040504135949.483119A82 () office ! kde ! org
[Download RAW message or body]

CVS commit by montanaro: 

Fix for bug #78739
cc:kwin@kde.org


  M +3 -1      b2client.cpp   1.66


--- kdebase/kwin/clients/b2/b2client.cpp  #1.65:1.66
@@ -740,5 +740,7 @@ 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);
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic