Skip to content

Commit

Permalink
add arrow to add button
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Jul 22, 2023
1 parent 9474a51 commit fcf532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/aqt/addcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def setupButtons(self) -> None:
self.addButton.setToolTip(shortcut(tr.adding_add_shortcut_ctrlandenter()))

# add io button
self.ioAddButton = bb.addButton(tr.actions_add(), ar)
self.ioAddButton = bb.addButton(f"{tr.actions_add()} {downArrow()}", ar)
qconnect(self.ioAddButton.clicked, self.onAddIo)
self.ioAddButton.setShortcut(QKeySequence("Ctrl+Shift+I"))

Expand Down

0 comments on commit fcf532b

Please sign in to comment.