* Adjust some widget heights/settings text wrap

* Adjust shortcuts
 * History unicode symbol
 * Icon in version dialog
This commit is contained in:
Miguel Jacq 2025-11-23 20:54:19 +11:00
parent a0153a370b
commit 05879131b4
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
7 changed files with 47 additions and 13 deletions

View file

@ -110,7 +110,8 @@ class ToolBar(QToolBar):
self.actInsertImg.triggered.connect(self.insertImageRequested)
# History button
self.actHistory = QAction(strings._("history"), self)
self.actHistory = QAction("", self)
self.actHistory.setToolTip(strings._("history"))
self.actHistory.triggered.connect(self.historyRequested)
# Set exclusive buttons in QActionGroups
@ -178,7 +179,7 @@ class ToolBar(QToolBar):
self._style_letter_button(self.actAlarm, "")
# History
self._style_letter_button(self.actHistory, strings._("view_history"))
self._style_letter_button(self.actHistory, "")
def _style_letter_button(
self,