summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/controls/Styles/Desktop/GroupBoxStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Desktop/GroupBoxStyle.qml b/src/controls/Styles/Desktop/GroupBoxStyle.qml
index 79f4f07e7..33564e6ee 100644
--- a/src/controls/Styles/Desktop/GroupBoxStyle.qml
+++ b/src/controls/Styles/Desktop/GroupBoxStyle.qml
@@ -69,5 +69,6 @@ Style {
properties: { "checkable" : control.checkable , "sunken" : !control.flat}
textureHeight: 128
border {top: 32 ; bottom: 8}
+ Accessible.role: Accessible.Grouping
}
}