mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Add AccessibleRole::Image
and use it in the AboutSlint
widget (#7593)
* Add `AccessibleRole::Image` * Improve accessibility of the `AboutSlint` widget * Filter out some images from the accessibility tree
This commit is contained in:
parent
5b7919ae1c
commit
90c337f1d1
29 changed files with 98 additions and 0 deletions
|
@ -72,6 +72,7 @@ export component CheckBox {
|
|||
source: Icons.check-mark;
|
||||
colorize: FluentPalette.accent-foreground;
|
||||
width: 12px;
|
||||
accessible-role: none;
|
||||
|
||||
animate colorize { duration: 150ms; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue