Commit 2367b36c authored by sumpfralle's avatar sumpfralle

EngraveOffset with a step size and negative values allowed


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@520 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 3fb8682b
......@@ -5465,7 +5465,9 @@ Any selected group of dimensions will be scaled accordingly.</property>
<property name="step_increment">0.10000000000000001</property>
</object>
<object class="GtkAdjustment" id="EngraveOffsetValue">
<property name="lower">-1000</property>
<property name="upper">1000</property>
<property name="step_increment">0.5</property>
</object>
<object class="GtkAction" id="HelpMenu">
<property name="label">_Help</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