* Adjust some widget heights/settings text wrap
* Adjust shortcuts * History unicode symbol * Icon in version dialog
This commit is contained in:
parent
a0153a370b
commit
05879131b4
7 changed files with 47 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue