Browse Source

- small change

Marius Stanciu 6 years ago
parent
commit
c3a7725a39
1 changed files with 1 additions and 0 deletions
  1. 1 0
      flatcamGUI/PreferencesUI.py

+ 1 - 0
flatcamGUI/PreferencesUI.py

@@ -2101,6 +2101,7 @@ class ExcellonOptPrefGroupUI(OptionsGroupUI):
         grid2.addWidget(cutzlabel, 0, 0)
         self.cutz_entry = FCDoubleSpinner()
         self.cutz_entry.set_range(-9999, -0.000001)
+        self.cutz_entry.setSingleStep(0.1)
         self.cutz_entry.set_precision(4)
         grid2.addWidget(self.cutz_entry, 0, 1)