forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: fix property name in LayoutSection
Change-Id: I3ca4d1930a90c9d84019061f32a8d34d646fce98 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user