diff --git a/artiq/gui/entries.py b/artiq/gui/entries.py index 0e1190b97..b04d6ad01 100644 --- a/artiq/gui/entries.py +++ b/artiq/gui/entries.py @@ -179,7 +179,11 @@ class _RangeScan(LayoutWidget): self.addWidget(stop, 2, 1) apply_properties(start) + start.setPrecision() + start.setRelativeStep() apply_properties(stop) + stop.setPrecision() + stop.setRelativeStep() apply_properties(scanner) def update_start(value):