Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YektaY committed May 22, 2024
1 parent d46bf4e commit 3d0376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydm/widgets/slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def handleWidth(self):
return self.style().pixelMetric(self.style().PM_SliderThickness, None, self)
else:
return self.style().pixelMetric(self.style().PM_SliderLength, None, self)


class PyDMSlider(QFrame, TextFormatter, PyDMWritableWidget, new_properties=_step_size_properties):
"""
Expand Down

0 comments on commit 3d0376e

Please sign in to comment.