From ca44ba8fcd3d24e89d20dff2e1ed49f405fc67d9 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Wed, 21 Apr 2010 11:35:09 +0200 Subject: [PATCH] QmlPropertyEditor: change layout of alignment buttons --- .../propertyeditor/Qt/StandardTextGroupBox.qml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml index e5b0f87c237..c712c554bf3 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 { } } } } -- GitLab