diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml index e5b0f87c237ca017fb39f77c578a5b112b46f183..c712c554bf3e19dbec1b65e718e4ced2200b1adf 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml @@ -45,7 +45,16 @@ GroupBox { text: qsTr("Alignment") } AlignmentHorizontalButtons {} - AlignmentVerticalButtons { visible: showVerticalAlignment } + } + } + QWidget { + visible: showVerticalAlignment + layout: HorizontalLayout { + + Label { + text: qsTr("") + } + AlignmentVerticalButtons { } } } }