Removed page size from spin boxes as this has become deprecated in GTK. There are still complaints from
GTK/PyGTK, possibly due to PyGTK.
This commit is contained in:
parent
648817cf0e
commit
ec6f2a1edc
|
@ -150,7 +150,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">5 1 100 1 10 10</property>
|
||||
<property name="adjustment">5 1 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_aopt_value_changed" last_modification_time="Sun, 07 Jan 2007 20:36:14 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -173,7 +173,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">10 1 100 1 10 10</property>
|
||||
<property name="adjustment">10 1 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_amax_value_changed" last_modification_time="Sun, 07 Jan 2007 19:43:26 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -536,7 +536,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">7 2 100 1 10 10</property>
|
||||
<property name="adjustment">7 2 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_cv_sets_changed" last_modification_time="Tue, 09 Jan 2007 13:26:57 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -668,7 +668,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">8 2 100 1 10 10</property>
|
||||
<property name="adjustment">8 2 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_pert_sets_changed" last_modification_time="Tue, 09 Jan 2007 13:27:25 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">5 1 100 1 10 10</property>
|
||||
<property name="adjustment">5 1 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_aopt_value_changed" last_modification_time="Sun, 07 Jan 2007 20:36:14 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -173,7 +173,7 @@
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">10 1 100 1 10 10</property>
|
||||
<property name="adjustment">10 1 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_amax_value_changed" last_modification_time="Sun, 07 Jan 2007 19:43:26 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -522,7 +522,7 @@ Loo</property>
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">7 2 100 1 10 10</property>
|
||||
<property name="adjustment">7 2 100 1 10 0</property>
|
||||
<signal name="value_changed" handler="on_cv_sets_changed" last_modification_time="Tue, 09 Jan 2007 13:26:57 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
@ -976,7 +976,7 @@ Mean</property>
|
|||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">100 0 100 1 10 10</property>
|
||||
<property name="adjustment">100 0 100 1 10 0</property>
|
||||
<signal name="changed" handler="on_iter_changed" last_modification_time="Mon, 29 Jan 2007 02:31:00 GMT"/>
|
||||
</widget>
|
||||
<packing>
|
||||
|
|
Reference in New Issue