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:
Jarrett Ye 2025-04-29 14:43:14 +08:00 committed by GitHub
parent 51b5086b01
commit 92cfb7340e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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