forked from qt-creator/qt-creator
QmlDesigner: Fix issue in loader resizing
Change-Id: Ie37b11672fdc6a1f29e2077ff4989a2bdd89c130 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -247,8 +247,8 @@ Rectangle {
|
|||||||
active = true
|
active = true
|
||||||
}
|
}
|
||||||
|
|
||||||
property int loaderHeight: specificsOne.item.height + tabView.extraHeight
|
property int loaderHeight: specificsTwo.item.height + tabView.extraHeight
|
||||||
onLoaderHeightChanged: tabView.specficsOneHeight = loaderHeight
|
onLoaderHeightChanged: tabView.specficsTwoHeight = loaderHeight
|
||||||
|
|
||||||
onLoaded: {
|
onLoaded: {
|
||||||
tabView.specficsTwoHeight = loaderHeight
|
tabView.specficsTwoHeight = loaderHeight
|
||||||
|
Reference in New Issue
Block a user