Skip to content

Commit 92cfb73

Browse files
authored
add ellipsis to Grade Now (#3970)
* add ellipsis to Grade Now * Revert "add ellipsis to Grade Now" This reverts commit 8a3cf51. * add ellipsis to Grade Now
1 parent 51b5086 commit 92cfb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qt/aqt/browser/browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ def set_flag_func(desired_flag: int) -> Callable:
397397

398398
add_ellipsis_to_action_label(f.actionCopy)
399399
add_ellipsis_to_action_label(f.action_forget)
400+
add_ellipsis_to_action_label(f.action_grade_now)
400401

401402
def _editor_web_view(self) -> EditorWebView:
402403
assert self.editor is not None

0 commit comments

Comments
 (0)