dedup qml: move accessible properties to MyButton

This commit is contained in:
Justin Wang
2023-05-23 17:26:49 +02:00
committed by AT
parent eb6a7cca47
commit e3d6eb334b
6 changed files with 5 additions and 22 deletions

View File

@@ -20,4 +20,6 @@ Button {
radius: 10
color: theme.backgroundLight
}
Accessible.role: Accessible.Button
Accessible.name: text
}