Skip to content

Commit e97c24b

Browse files
authored
Merge pull request #289 from janezd/difference-shift-by-999
Difference: Increase shifting limit to 999
2 parents b904819 + 54ae8c4 commit e97c24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orangecontrib/timeseries/widgets/owdifference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self):
7474
gui.separator(box)
7575

7676
sp = gui.spin(
77-
box, self, 'shift_period', 1, 100, label='Shift:',
77+
box, self, 'shift_period', 1, 999, label='Shift:',
7878
controlWidth=60, alignment=Qt.AlignRight,
7979
callback=self.commit.deferred,
8080
tooltip="Sets the distance between points; 1 for consecutive points"

0 commit comments

Comments
 (0)