Commit fe19dd14 authored by sumpfralle's avatar sumpfralle

hide the "Speed" column in the toolpath table (for now)


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@186 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 24d376d2
......@@ -1846,6 +1846,7 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="Speed">
<property name="visible">False</property>
<property name="title">Speed</property>
<child>
<object class="GtkCellRendererText" id="speed-speed"/>
......@@ -2528,6 +2529,7 @@
<object class="GtkVBox" id="vbox14">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<object class="GtkCheckButton" id="SettingEnableODE">
<property name="label" translatable="yes">Enable experimental ODE calculations</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