summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorLukáš Tyrychtr <lukastyrychtr@gmail.com>2022-06-17 10:00:49 +0200
committerRobert Ancell <robert.ancell@gmail.com>2022-06-19 23:02:54 +0000
commitab852ca63c0de5abb319cce613dbae22f364376d (patch)
treee5c003f00d68d2ca636062f10e1f6209b6956595 /shell
parent3a96f428caf0b5f73c198020a6b65b01a9158f3b (diff)
downloadgnome-control-center-ab852ca63c0de5abb319cce613dbae22f364376d.tar.gz
Make the presentation of the main panel list a little bit nicer by adding an a11y label
Diffstat (limited to 'shell')
-rw-r--r--shell/cc-panel-list.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/cc-panel-list.ui b/shell/cc-panel-list.ui
index b0c380b4b..c9e90e866 100644
--- a/shell/cc-panel-list.ui
+++ b/shell/cc-panel-list.ui
@@ -14,6 +14,9 @@
<property name="name">main</property>
<property name="child">
<object class="GtkListBox" id="main_listbox">
+ <accessibility>
+ <property name="label" translatable="yes">Settings categories</property>
+ </accessibility>
<signal name="row-activated" handler="row_activated_cb" object="CcPanelList" swapped="no" />
<style>
<class name="navigation-sidebar" />