[gnome-control-center/gnome-3-28] universal-access: Reverse Repeat Keys Speed direction
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-28] universal-access: Reverse Repeat Keys Speed direction
- Date: Thu, 10 Jan 2019 14:16:56 +0000 (UTC)
commit b9737d9464ed1dbef0ac7c7c09f81f4315bf5041
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Dec 31 16:17:55 2018 -0500
universal-access: Reverse Repeat Keys Speed direction
Since the gsettings is for the repeat-interval but the
GUI is for Speed, we need to reverse the mapped direction.
We have to turn off the fill indicator (has_origin) for Speed
since it fills the right side instead of the left. We turn
off the indicator for Delay to match.
Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/311
(cherry picked from commit ae75ebcafb1ca0573ea9ab00aa266c24d427f7a0)
panels/universal-access/uap.ui | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/panels/universal-access/uap.ui b/panels/universal-access/uap.ui
index 70acd0883..42fe8ab02 100644
--- a/panels/universal-access/uap.ui
+++ b/panels/universal-access/uap.ui
@@ -1532,6 +1532,7 @@
<property name="hexpand">True</property>
<property name="adjustment">repeat_delay_adjustment</property>
<property name="draw_value">False</property>
+ <property name="has_origin">False</property>
<property name="width-request">400</property>
<child internal-child="accessible">
<object class="AtkObject" id="repeat_delay_scale-atkobject">
@@ -1617,6 +1618,8 @@
<property name="hexpand">True</property>
<property name="adjustment">repeat_speed_adjustment</property>
<property name="draw_value">False</property>
+ <property name="has_origin">False</property>
+ <property name="inverted">True</property>
<property name="width-request">200</property>
<child internal-child="accessible">
<object class="AtkObject" id="repeat_speed_scale-atkobject">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]