diff --git a/src/qml/FeatureForm.qml b/src/qml/FeatureForm.qml index 1a1d4c54cb..87caaaf9fe 100644 --- a/src/qml/FeatureForm.qml +++ b/src/qml/FeatureForm.qml @@ -453,7 +453,7 @@ Page { property string itemType: Type active: (Type === 'container' && GroupIndex !== undefined && GroupIndex.valid) || ((Type === 'text' || Type === 'html' || Type === 'qml') && form.model.featureModel.modelMode != FeatureModel.MultiFeatureModel) - height: active ? item.childrenRect.height : 0 + height: status == Loader.Ready ? item.childrenRect.height : 0 anchors { left: parent.left right: parent.right