ua-seeing-page: Set "Screen Reader" as the first row

Doing so, the screen reader row will be easier to reach,
specially when using a keyboard, and easier to spot too.

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2685
This commit is contained in:
Automeris naranja 2024-04-04 13:03:19 -03:00 committed by Matthijs Velsink
parent 08e32e9573
commit 466685638f

View file

@ -10,6 +10,17 @@
</child>
<property name="content">
<object class="AdwPreferencesPage">
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="screen_reader_row">
<property name="title" translatable="yes">Screen _Reader</property>
<property name="subtitle" translatable="yes">The screen reader reads displayed text as you move the focus</property>
<property name="use-underline">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
@ -72,18 +83,6 @@
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="AdwSwitchRow" id="screen_reader_row">
<property name="title" translatable="yes">Screen _Reader</property>
<property name="subtitle" translatable="yes">The screen reader reads displayed text as you move the focus</property>
<property name="use-underline">True</property>
</object>
</child>
</object>
</child>
</object>
</property>
</object>