[gnome-control-center] universal-access: Reverse Repeat Keys Speed direction



commit ae75ebcafb1ca0573ea9ab00aa266c24d427f7a0
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

 panels/universal-access/cc-ua-panel.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/panels/universal-access/cc-ua-panel.ui b/panels/universal-access/cc-ua-panel.ui
index 3c0622a24..f417e9e2c 100644
--- a/panels/universal-access/cc-ua-panel.ui
+++ b/panels/universal-access/cc-ua-panel.ui
@@ -1538,6 +1538,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">
@@ -1623,6 +1624,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]