universal-access: allow focus on row switches
This allows the navigation/focus to the settings switches. https://bugzilla.gnome.org/show_bug.cgi?id=766186
This commit is contained in:
parent
d490485e2e
commit
a969805bd2
1 changed files with 4 additions and 4 deletions
|
@ -158,7 +158,7 @@
|
|||
<child>
|
||||
<object class="GtkSwitch" id="value_highcontrast">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="margin_start">20</property>
|
||||
<property name="margin_end">20</property>
|
||||
<property name="margin_top">6</property>
|
||||
|
@ -205,7 +205,7 @@
|
|||
<child>
|
||||
<object class="GtkSwitch" id="value_large_text">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="margin_start">20</property>
|
||||
<property name="margin_end">20</property>
|
||||
<property name="margin_top">6</property>
|
||||
|
@ -558,7 +558,7 @@
|
|||
<child>
|
||||
<object class="GtkSwitch" id="screen_keyboard_switch">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="margin_start">20</property>
|
||||
<property name="margin_end">20</property>
|
||||
<property name="margin_top">6</property>
|
||||
|
@ -803,7 +803,7 @@
|
|||
<child>
|
||||
<object class="GtkSwitch" id="mouse_keys_switch">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="margin_start">20</property>
|
||||
<property name="margin_end">20</property>
|
||||
<property name="margin_top">6</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue