HCheckBox: fix bad default subtitle text value
This commit is contained in:
parent
2f20361f5c
commit
0ebbbc4a27
|
@ -74,7 +74,6 @@ CheckBox {
|
||||||
HLabel {
|
HLabel {
|
||||||
id: subtitleText
|
id: subtitleText
|
||||||
visible: Boolean(text)
|
visible: Boolean(text)
|
||||||
text: box.subtitle
|
|
||||||
color: theme.controls.checkBox.subtitle
|
color: theme.controls.checkBox.subtitle
|
||||||
font.pixelSize: theme.fontSize.small
|
font.pixelSize: theme.fontSize.small
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user