forked from qt-creator/qt-creator
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:
committed by
Henning Gründl
parent
64b50adbf6
commit
25ec12ac17
@@ -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
|
||||
|
Reference in New Issue
Block a user