From 25ec12ac178c54c050f6312a022686c700dba739 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Fri, 1 Dec 2023 11:11:56 +0100 Subject: [PATCH] QmlDesigner: Fix property name for SectionLabel Task-number: QDS-11469 Change-Id: I7b7d772792fe79d6d3ccc34e8a58c92a018cca6e Reviewed-by: Ali Kianian Reviewed-by: Thomas Hartmann Reviewed-by: Qt CI Patch Build Bot --- .../imports/StudioControls/Section.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml index d937055dff2..18732305ce7 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml @@ -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