mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-app: Set labelled-by relation for lists
We use our own lists so we can do filtering, but that means we lose the built-in relation with the group's title. Set the relation ourselves, so the two lists are described correctly in screen readers. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3051>
This commit is contained in:
parent
a6d991b8f2
commit
b2040b20c7
1 changed files with 6 additions and 0 deletions
|
|
@ -142,6 +142,9 @@
|
|||
<child>
|
||||
<object class="GtkListBox" id="userList">
|
||||
<property name="selection-mode">none</property>
|
||||
<accessibility>
|
||||
<relation name="labelled-by">userGroup</relation>
|
||||
</accessibility>
|
||||
<style>
|
||||
<class name="boxed-list"/>
|
||||
</style>
|
||||
|
|
@ -155,6 +158,9 @@
|
|||
<child>
|
||||
<object class="GtkListBox" id="systemList">
|
||||
<property name="selection-mode">none</property>
|
||||
<accessibility>
|
||||
<relation name="labelled-by">systemGroup</relation>
|
||||
</accessibility>
|
||||
<style>
|
||||
<class name="boxed-list"/>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue