QmlDesigner: Fix property name for SectionLabel

Task-number: QDS-11469
Change-Id: I7b7d772792fe79d6d3ccc34e8a58c92a018cca6e
Reviewed-by: Ali Kianian <ali.kianian@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
Henning Gruendl
2023-12-01 11:11:56 +01:00
committed by Henning Gründl
parent 64b50adbf6
commit 25ec12ac17

View File

@@ -34,7 +34,7 @@ Item {
SectionLabel {
id: arrow
style: control.style
controlStyle: control.style
width: control.style.smallIconSize.width
height: control.style.smallIconSize.height
text: StudioTheme.Constants.sectionToggle
@@ -56,7 +56,7 @@ Item {
SectionLabel {
id: label
style: control.style
controlStyle: control.style
anchors.verticalCenter: parent.verticalCenter
color: control.style.text.idle
x: 22