Commit d644005f authored by sumpfralle's avatar sumpfralle

r680@erker: lars | 2010-02-18 00:58:55 +0100

 improved minimum value and stepping for tool radius


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@138 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent fe0dd394
......@@ -2250,13 +2250,14 @@
</object>
<object class="GtkAdjustment" id="toolradius">
<property name="upper">100</property>
<property name="step_increment">1</property>
<property name="step_increment">0.10000000000000001</property>
<property name="page_increment">10</property>
<property name="page_size">10</property>
</object>
<object class="GtkAdjustment" id="torusradius">
<property name="lower">9.9999999999999995e-07</property>
<property name="upper">100</property>
<property name="step_increment">1</property>
<property name="step_increment">0.10000000000000001</property>
<property name="page_increment">10</property>
<property name="page_size">10</property>
</object>
......
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