[gnome-control-center] Mouse: don't reuse the same adjustments
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Mouse: don't reuse the same adjustments
- Date: Sun, 13 Mar 2011 04:40:50 +0000 (UTC)
commit 451b7edf373e9e97b9b011eb9561b36ca0e1e13f
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Mar 13 00:26:50 2011 -0500
Mouse: don't reuse the same adjustments
The acceleration and sensitivity sliders on the mouse and touchpad
tabs were sharing the same adjustment, which doesn't really work.
https://bugzilla.gnome.org/show_bug.cgi?id=644223
panels/mouse/gnome-mouse-properties.ui | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/panels/mouse/gnome-mouse-properties.ui b/panels/mouse/gnome-mouse-properties.ui
index 7982b20..d9bff13 100644
--- a/panels/mouse/gnome-mouse-properties.ui
+++ b/panels/mouse/gnome-mouse-properties.ui
@@ -9,6 +9,13 @@
<property name="step_increment">1</property>
<property name="page_increment">1</property>
</object>
+ <object class="GtkAdjustment" id="adjustment11">
+ <property name="value">6</property>
+ <property name="lower">1</property>
+ <property name="upper">10</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">1</property>
+ </object>
<object class="GtkAdjustment" id="adjustment2">
<property name="value">1</property>
<property name="lower">1</property>
@@ -16,6 +23,13 @@
<property name="step_increment">1</property>
<property name="page_increment">1</property>
</object>
+ <object class="GtkAdjustment" id="adjustment22">
+ <property name="value">1</property>
+ <property name="lower">1</property>
+ <property name="upper">10</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">1</property>
+ </object>
<object class="GtkAdjustment" id="adjustment3">
<property name="value">1</property>
<property name="lower">1</property>
@@ -1049,7 +1063,7 @@
<object class="GtkHScale" id="touchpad_accel_scale">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="adjustment">adjustment1</property>
+ <property name="adjustment">adjustment11</property>
<property name="draw_value">False</property>
<property name="value_pos">right</property>
</object>
@@ -1105,7 +1119,7 @@
<object class="GtkHScale" id="touchpad_sensitivity_scale">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="adjustment">adjustment2</property>
+ <property name="adjustment">adjustment22</property>
<property name="digits">0</property>
<property name="draw_value">False</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]