Skip to content
Snippets Groups Projects
Commit f2634b31 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.PropertyEditor: fix property name in LayoutSection


Change-Id: I3ca4d1930a90c9d84019061f32a8d34d646fce98
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 0614587e
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ Section { ...@@ -348,7 +348,7 @@ Section {
RowLayout { RowLayout {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
visible: anchorBackend.verticalAnchored; visible: anchorBackend.verticalCentered;
IconLabel { IconLabel {
source: "../HelperWidgets/images/anchor-vertical.png" source: "../HelperWidgets/images/anchor-vertical.png"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment