Commit 23b5d06d authored by sumpfralle's avatar sumpfralle

negative extrusion width is bad


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@1252 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent f6896ade
...@@ -200,6 +200,7 @@ ...@@ -200,6 +200,7 @@
<property name="step_increment">0.10000000000000001</property> <property name="step_increment">0.10000000000000001</property>
</object> </object>
<object class="GtkAdjustment" id="ExtrusionWidthValue"> <object class="GtkAdjustment" id="ExtrusionWidthValue">
<property name="lower">0.001</property>
<property name="upper">1000</property> <property name="upper">1000</property>
<property name="step_increment">0.5</property> <property name="step_increment">0.5</property>
</object> </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