From 1fd6a4a80a5d870194bcba04e44b266bff24e204 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 24 Jun 2014 10:51:08 +0200 Subject: [PATCH] QmlDesigner.PropertyEditor: Fix GeometrySection This fixes a regression introduced by commit 1da0d018c2dde2de048e80d1335875d6ce96c49c. Task-number: QTCREATORBUG-12501 Change-Id: I96dd1c19afa6b6b0a56ef5f6ea5e01272aa1b774 Reviewed-by: Tim Jenssen --- .../propertyEditorQmlSources/QtQuick/GeometrySection.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml index 7553894db22..238de734d5d 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml @@ -45,6 +45,9 @@ import QtQuick.Layouts 1.0 Section { caption: qsTr("Geometry") + anchors.left: parent.left + anchors.right: parent.right + SectionLayout { rowSpacing: 4 rows: 2