forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: Fix GeometrySection
This fixes a regression introduced by
commit 1da0d018c2
.
Task-number: QTCREATORBUG-12501
Change-Id: I96dd1c19afa6b6b0a56ef5f6ea5e01272aa1b774
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
committed by
Tim Jenssen
parent
f3106ebafe
commit
1fd6a4a80a
@@ -45,6 +45,9 @@ import QtQuick.Layouts 1.0
|
|||||||
Section {
|
Section {
|
||||||
caption: qsTr("Geometry")
|
caption: qsTr("Geometry")
|
||||||
|
|
||||||
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
|
|
||||||
SectionLayout {
|
SectionLayout {
|
||||||
rowSpacing: 4
|
rowSpacing: 4
|
||||||
rows: 2
|
rows: 2
|
||||||
|
Reference in New Issue
Block a user