diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index 1b47c8f3c..b5197e346 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -179,7 +179,7 @@ class Editor: "colour", tr(TR.EDITING_SET_FOREGROUND_COLOUR_F7), """ - + """, ), self._addButton( @@ -187,7 +187,7 @@ class Editor: "changeCol", tr(TR.EDITING_CHANGE_COLOUR_F8), """ - + """, ), self._addButton( @@ -315,7 +315,7 @@ class Editor: iconstr = self.resourceToData(icon) else: iconstr = f"/_anki/imgs/{icon}.png" - imgelm = f"""""" + imgelm = f"""""" else: imgelm = "" if label or not imgelm: @@ -334,7 +334,7 @@ class Editor: if rightside: class_ = "linkb" else: - class_ = "" + class_ = "rounded" if not disables: class_ += " perm" return """