From c3a7725a3900bc505b51bf97b247b3f98d971670 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 9 Oct 2019 15:32:40 +0300 Subject: [PATCH] - small change --- flatcamGUI/PreferencesUI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flatcamGUI/PreferencesUI.py b/flatcamGUI/PreferencesUI.py index 9270f051..224061f2 100644 --- a/flatcamGUI/PreferencesUI.py +++ b/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)