We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
control
1 parent 4e23096 commit 73ea347Copy full SHA for 73ea347
meshroom/ui/qml/MaterialIcons/MaterialToolLabel.qml
@@ -33,17 +33,17 @@ Item {
33
font.pointSize: 13
34
padding: 0
35
text: ""
36
- color: labelIconColor
+ color: control.labelIconColor
37
}
38
Label {
39
id: labelItem
40
41
42
- width: labelWidth
+ width: control.labelWidth
43
44
onWidthChanged: {
45
- if (labelWidth != undefined && width != labelWidth)
46
- width = labelWidth
+ if (control.labelWidth != undefined && width != control.labelWidth)
+ width = control.labelWidth
47
48
49
0 commit comments