Adjust history icon (again)

This commit is contained in:
Miguel Jacq 2025-11-28 13:56:18 +11:00
parent 1d94c04551
commit a3c74a218f
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -106,7 +106,7 @@ class ToolBar(QToolBar):
self.actInsertImg.triggered.connect(self.insertImageRequested)
# History button
self.actHistory = QAction("🔁", self)
self.actHistory = QAction("", self)
self.actHistory.setToolTip(strings._("history"))
self.actHistory.triggered.connect(self.historyRequested)
@ -187,7 +187,7 @@ class ToolBar(QToolBar):
self._style_letter_button(self.actTimer, "")
# History
self._style_letter_button(self.actHistory, "🔁")
self._style_letter_button(self.actHistory, "")
def _style_letter_button(
self,