From 0ebbbc4a27034d764408447b5ccc2c24981b5285 Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 8 Nov 2019 08:53:08 -0400 Subject: [PATCH] HCheckBox: fix bad default subtitle text value --- src/qml/Base/HCheckBox.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/Base/HCheckBox.qml b/src/qml/Base/HCheckBox.qml index 28b894fb..c8ba8f2e 100644 --- a/src/qml/Base/HCheckBox.qml +++ b/src/qml/Base/HCheckBox.qml @@ -74,7 +74,6 @@ CheckBox { HLabel { id: subtitleText visible: Boolean(text) - text: box.subtitle color: theme.controls.checkBox.subtitle font.pixelSize: theme.fontSize.small