Skip to content

Commit

Permalink
Revert adding keyword on this function
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Nov 25, 2024
1 parent 17a9143 commit d0c170c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laserstudio/widgets/toolbars/pdmtoolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self, laser: PDMInstrument, laser_num: int):
self.setFloatable(True)

w = self.on_off_button = QPushButton(self)
w.setToolTip(a0="On/Off Laser")
w.setToolTip("On/Off Laser")
w.setCheckable(True)
w.setChecked(False)
icon = QIcon()
Expand Down

0 comments on commit d0c170c

Please sign in to comment.