HCheckBox: fix bad default subtitle text value

This commit is contained in:
miruka 2019-11-08 08:53:08 -04:00
parent 2f20361f5c
commit 0ebbbc4a27

View File

@ -74,7 +74,6 @@ CheckBox {
HLabel {
id: subtitleText
visible: Boolean(text)
text: box.subtitle
color: theme.controls.checkBox.subtitle
font.pixelSize: theme.fontSize.small