diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
index 01ef293c5db00bcb49c61996a3c8301dea76e65e..49ac950e891d4030f866a55561517f6dae63a52c 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
@@ -348,7 +348,7 @@ Section {
         RowLayout {
             anchors.left: parent.left
             anchors.right: parent.right
-            visible: anchorBackend.verticalAnchored;
+            visible: anchorBackend.verticalCentered;
 
             IconLabel {
                 source:  "../HelperWidgets/images/anchor-vertical.png"