Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienPeillet committed Nov 27, 2023
1 parent 1b10049 commit a9a6fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sammo.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def createSettingsAction(self) -> SammoSettingsAction:

def createHelpAction(self) -> QAction:
button = QAction(
QIcon((Path(__file__).parent / "images"/ "help.png").as_posix()),
"Help"
QIcon((Path(__file__).parent / "images" / "help.png").as_posix()),
"Help",
)
button.setToolTip("Help")
button.triggered.connect(self.openHelp)
Expand Down

0 comments on commit a9a6fa2

Please sign in to comment.