mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Set accessible-enabled
on group box widgets
This commit is contained in:
parent
8b95752de7
commit
f7b9da96d4
6 changed files with 15 additions and 0 deletions
|
@ -9,6 +9,7 @@ export component GroupBox {
|
|||
|
||||
accessible-role: group-box;
|
||||
accessible-label: root.title;
|
||||
accessible-enabled: root.enabled;
|
||||
|
||||
VerticalLayout {
|
||||
spacing: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue