Allow vertical resizing of wizard pages with water mark
The current behavior has been observed to irritate a lot of users, for instance in the Qt online installer and the Boot2Qt flashing wizard. Change-Id: Icd7b819a0cbc9fd04b86b4777c5b9e829045d6df Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>bb10
parent
c6c930415b
commit
c0c49b8df7
|
|
@ -1347,7 +1347,6 @@ void QWizardPrivate::updateMinMaxSizes(const QWizardLayoutInfo &info)
|
|||
}
|
||||
if (info.watermark && !info.sideWidget) {
|
||||
minimumSize.setHeight(mainLayout->totalSizeHint().height());
|
||||
maximumSize.setHeight(mainLayout->totalSizeHint().height());
|
||||
}
|
||||
if (q->minimumWidth() == minimumWidth) {
|
||||
minimumWidth = minimumSize.width();
|
||||
|
|
|
|||
Loading…
Reference in New Issue