mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
add ellipsis to Grade Now
This commit is contained in:
parent
86c2000822
commit
9d4a1a3b8d
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