aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2023-12-01 11:11:56 +0100
committerHenning Gründl <henning.gruendl@qt.io>2023-12-01 14:34:18 +0000
commitb7659c04518f4e1491673be4d27545d1e693e227 (patch)
tree8582afacd4d693c908263f7b06c255bdeb35f6ee
parentd0983f97cd1ff8637f7cae57e3cd68369106b746 (diff)
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)
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml4
1 files 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 d937055dff..18732305ce 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