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:
parent
08e32e9573
commit
466685638f
1 changed files with 11 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue