Allow only numeric values in spinbutton. Fixes bugzilla bug# 118175
2003-07-24 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com> * gnome-accessibility-keyboard-properties.glade: Allow only numeric values in spinbutton. Fixes bugzilla bug# 118175
This commit is contained in:
parent
d458a0a8b1
commit
daf94fcdf9
2 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-07-24 Pasupathi Duraisamy <pasupathi.duraisamy@wipro.com>
|
||||
|
||||
* gnome-accessibility-keyboard-properties.glade:
|
||||
Allow only numeric values in spinbutton.
|
||||
Fixes bugzilla bug# 118175
|
||||
|
||||
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
|
||||
|
||||
* gnome-accessibility-keyboard-properties.glade,
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -732,7 +732,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -754,7 +754,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
@ -1371,7 +1371,7 @@
|
|||
<property name="can_focus">True</property>
|
||||
<property name="climb_rate">1</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="numeric">False</property>
|
||||
<property name="numeric">True</property>
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue