mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add ellipsis to Grade Now (#3970)
* add ellipsis to Grade Now
* Revert "add ellipsis to Grade Now"
This reverts commit 8a3cf51c9e
.
* add ellipsis to Grade Now
This commit is contained in:
parent
51b5086b01
commit
92cfb7340e
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ class Browser(QMainWindow):
|
|||
|
||||
add_ellipsis_to_action_label(f.actionCopy)
|
||||
add_ellipsis_to_action_label(f.action_forget)
|
||||
add_ellipsis_to_action_label(f.action_grade_now)
|
||||
|
||||
def _editor_web_view(self) -> EditorWebView:
|
||||
assert self.editor is not None
|
||||
|
|
Loading…
Reference in a new issue