fix the double click peditor.
Mon Aug 11 13:53:23 2003 Jonathan Blandford <jrb@redhat.com> * gnome-mouse-properties.c (delay_value_changed_cb): fix the double click peditor. Mon Aug 11 11:50:36 2003 Jonathan Blandford <jrb@redhat.com> * gnome-keyboard-properties.glade: Patch from Elijah Newren <newren@math.utah.edu> to bring the possible repeat range in sync with the a11y capplet. * gnome-keyboard-properties.c: Patch from Elijah Newren to deal with the change in the peditor code. Mon Aug 11 11:55:49 2003 Jonathan Blandford <jrb@redhat.com> * gnome-accessibility-keyboard-properties.glade: Patch from Elijah Newren <newren@math.utah.edu> to bring the possible repeat range in sync with the keyboard capplet.
This commit is contained in:
parent
0e3a015c04
commit
e33890f1be
8 changed files with 42 additions and 30 deletions
|
@ -320,12 +320,12 @@
|
|||
<widget class="GtkHScale" id="delay_scale">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="draw_value">True</property>
|
||||
<property name="draw_value">False</property>
|
||||
<property name="value_pos">GTK_POS_RIGHT</property>
|
||||
<property name="digits">1</property>
|
||||
<property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
|
||||
<property name="inverted">False</property>
|
||||
<property name="adjustment">0.4 0.1 1 0.1 0.1 0</property>
|
||||
<property name="adjustment">400 100 1000 100 100 0</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
@ -335,7 +335,7 @@
|
|||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label14">
|
||||
<widget class="GtkLabel" id="delay_label">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">seconds</property>
|
||||
<property name="use_underline">False</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue