[gnome-control-center] Add labels to the toggles in the lock settings



commit 30b6d51c5a3aa73cdcb4817d2dfc0dfbdd350ba4
Author: Lukáš Tyrychtr <lukastyrychtr gmail com>
Date:   Mon May 9 13:02:47 2022 +0200

    Add labels to the toggles in the lock settings

 panels/lock/cc-lock-panel.ui | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/panels/lock/cc-lock-panel.ui b/panels/lock/cc-lock-panel.ui
index 40d07e13f..a1a6fef54 100644
--- a/panels/lock/cc-lock-panel.ui
+++ b/panels/lock/cc-lock-panel.ui
@@ -35,6 +35,9 @@
                 <child>
                   <object class="GtkSwitch" id="automatic_screen_lock_switch">
                     <property name="valign">center</property>
+                    <accessibility>
+                      <property name="label" translatable="yes">Enabled</property>
+                    </accessibility>
                   </object>
                 </child>
               </object>
@@ -68,6 +71,9 @@
                 <child>
                   <object class="GtkSwitch" id="show_notifications_switch">
                     <property name="valign">center</property>
+                    <accessibility>
+                      <property name="label" translatable="yes">Enabled</property>
+                    </accessibility>
                   </object>
                 </child>
               </object>
@@ -85,6 +91,9 @@
                 <child>
                   <object class="GtkSwitch" id="usb_protection_switch">
                     <property name="valign">center</property>
+                    <accessibility>
+                      <property name="label" translatable="yes">Enabled</property>
+                    </accessibility>
                   </object>
                 </child>
               </object>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]