mouse: Use activatable-widget property in rows with GtkScales
Doing so, the GtkScales will be a11y-labelled.
This commit is contained in:
parent
ec3823ac58
commit
7e25cd8a8f
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,7 @@
|
|||
<object class="AdwActionRow" id="mouse_row">
|
||||
<property name="title" translatable="yes">Po_inter Speed</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="activatable-widget">mouse_speed_scale</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkScale" id="mouse_speed_scale">
|
||||
<property name="hexpand">True</property>
|
||||
|
@ -212,6 +213,7 @@
|
|||
<property name="title" translatable="yes">Po_inter Speed</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="sensitive" bind-source="touchpad_toggle_row" bind-property="active" bind-flags="default|sync-create" />
|
||||
<property name="activatable-widget">touchpad_speed_scale</property>
|
||||
<child type="suffix">
|
||||
<object class="GtkScale" id="touchpad_speed_scale">
|
||||
<property name="hexpand">True</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue