summaryrefslogtreecommitdiffstats
path: root/src/controls/GroupBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/GroupBox.qml')
-rw-r--r--src/controls/GroupBox.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/GroupBox.qml b/src/controls/GroupBox.qml
index 5fe37c9ea..75da57e56 100644
--- a/src/controls/GroupBox.qml
+++ b/src/controls/GroupBox.qml
@@ -172,6 +172,7 @@ Item {
CheckBox {
id: check
checked: true
+ text: groupbox.title
visible: checkable
anchors.top: parent.top
anchors.left: parent.left