Commit f96a56f8 authored by sumpfralle's avatar sumpfralle

marked remaining spinbuttons as numerical

prepared changelog for next release


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@250 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 06f3f8fe
Version 0.2.3 - UNRELEASED
Version 0.2.2 - 2010-03-17
* added a graphical installer for Windows (via distutils)
* fixed broken commandline parameter "--template"
......
......@@ -524,6 +524,7 @@
<property name="width_chars">5</property>
<property name="adjustment">shift-x</property>
<property name="digits">2</property>
<property name="numeric">True</property>
</object>
<packing>
<property name="left_attach">1</property>
......@@ -539,6 +540,7 @@
<property name="width_chars">5</property>
<property name="adjustment">shift-y</property>
<property name="digits">2</property>
<property name="numeric">True</property>
</object>
<packing>
<property name="left_attach">1</property>
......@@ -556,6 +558,7 @@
<property name="width_chars">5</property>
<property name="adjustment">shift-z</property>
<property name="digits">2</property>
<property name="numeric">True</property>
</object>
<packing>
<property name="left_attach">1</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment