Skip to content

Commit

Permalink
Merge pull request #13 from PyMoDAQ/seb5g-patch-1
Browse files Browse the repository at this point in the history
Update slide.py
  • Loading branch information
seb5g authored Nov 21, 2024
2 parents afe3494 + bbd295e commit 1864d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pymodaq_gui/parameter/pymodaq_ptypes/slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class SliderSpinBox(QtWidgets.QWidget):

def __init__(self, *args, subtype='lin', **kwargs):
def __init__(self, *args, subtype='linear', **kwargs):

super().__init__()
self.subtype = subtype
Expand Down Expand Up @@ -163,4 +163,4 @@ class SliderParameter(SimpleParameter):
itemClass = SliderParameterItem

def __init__(self, **kwargs):
super().__init__(**kwargs)
super().__init__(**kwargs)

0 comments on commit 1864d53

Please sign in to comment.