QmlDesigner: Remove anchors from positioner child

Change-Id: Ibff848d5f80ac74491ab77e88baffb4d0e1454bf
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2023-09-15 14:37:02 +02:00
committed by Henning Gründl
parent 954385c34d
commit b73b94d27a

View File

@@ -243,9 +243,7 @@ Column {
PopupLabel { PopupLabel {
visible: root.actionType === ConnectionModelStatementDelegate.Custom visible: root.actionType === ConnectionModelStatementDelegate.Custom
text: qsTr("Custom Connections can only be edited with the binding editor") text: qsTr("Custom Connections can only be edited with the binding editor")
anchors.left: parent.left width: root.width
anchors.right: parent.right
anchors.margins: 30
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
} }