Adjust history icon (again)
This commit is contained in:
parent
1d94c04551
commit
a3c74a218f
1 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ class ToolBar(QToolBar):
|
||||||
self.actInsertImg.triggered.connect(self.insertImageRequested)
|
self.actInsertImg.triggered.connect(self.insertImageRequested)
|
||||||
|
|
||||||
# History button
|
# History button
|
||||||
self.actHistory = QAction("🔁", self)
|
self.actHistory = QAction("↺", self)
|
||||||
self.actHistory.setToolTip(strings._("history"))
|
self.actHistory.setToolTip(strings._("history"))
|
||||||
self.actHistory.triggered.connect(self.historyRequested)
|
self.actHistory.triggered.connect(self.historyRequested)
|
||||||
|
|
||||||
|
|
@ -187,7 +187,7 @@ class ToolBar(QToolBar):
|
||||||
self._style_letter_button(self.actTimer, "⌛")
|
self._style_letter_button(self.actTimer, "⌛")
|
||||||
|
|
||||||
# History
|
# History
|
||||||
self._style_letter_button(self.actHistory, "🔁")
|
self._style_letter_button(self.actHistory, "↺")
|
||||||
|
|
||||||
def _style_letter_button(
|
def _style_letter_button(
|
||||||
self,
|
self,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue