forked from qt-creator/qt-creator
QmlDesigner: Remove anchors from positioner child
Change-Id: Ibff848d5f80ac74491ab77e88baffb4d0e1454bf Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
954385c34d
commit
b73b94d27a
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user