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

List:       kde-commits
Subject:    branches/KDE/4.6/kdelibs/plasma
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-01-04 17:06:22
Message-ID: 20110104170622.03978AC8B2 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1211694 by mart:

backport extra margin


 M  +2 -1      dialog.cpp  


--- branches/KDE/4.6/kdelibs/plasma/dialog.cpp #1211693:1211694
@@ -312,7 +312,8 @@
         QSize newSize(qMin(int(graphicsWidget->size().width()) + left + right, \
                maxSize.width()),
                qMin(int(graphicsWidget->size().height()) + top + bottom, \
maxSize.height()));  
-        QSize newMinimumSize(qMin(int(graphicsWidget->minimumSize().width()) + left \
+ right, maxSize.width()), +        //FIXME: hardcoded extra boder for a possible \
scrollbar in an extender based dialog +        QSize \
newMinimumSize(qMin(int(graphicsWidget->minimumSize().width()) + left + right + 32, \
                maxSize.width()),
                        qMin(int(graphicsWidget->minimumSize().height()) + top + \
bottom, maxSize.height()));  
 


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

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