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>
(cherry picked from commit 83b4d952b78b0305c920b90f8f808bd654c43b2a)
This commit is contained in:
Henning Gruendl
2023-12-01 11:11:56 +01:00
committed by Henning Gründl
parent d0983f97cd
commit b7659c0451

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