Skip to content

Commit

Permalink
Difference: Increase shifting limit to 999
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Dec 6, 2024
1 parent 943856f commit 4acfb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/timeseries/widgets/owdifference.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self):
gui.separator(box)

sp = gui.spin(
box, self, 'shift_period', 1, 100, label='Shift:',
box, self, 'shift_period', 1, 999, label='Shift:',
controlWidth=60, alignment=Qt.AlignRight,
callback=self.commit.deferred,
tooltip="Sets the distance between points; 1 for consecutive points"
Expand Down

0 comments on commit 4acfb09

Please sign in to comment.