Skip to content

Commit

Permalink
missing parts of 59ac567
Browse files Browse the repository at this point in the history
jordens committed Mar 8, 2016
1 parent 59ac567 commit 81bc999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artiq/gui/entries.py
Original file line number Diff line number Diff line change
@@ -157,6 +157,8 @@ def apply_properties(spinbox):
self.scanner = scanner = ScanWidget()
scanner.setSizePolicy(QtWidgets.QSizePolicy(
QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Fixed))
disable_scroll_wheel(scanner.axis)
disable_scroll_wheel(scanner.slider)
self.addWidget(scanner, 0, 0, -1, 1)

self.min = ScientificSpinBox()

0 comments on commit 81bc999

Please sign in to comment.