Make manuscript tool copy button an action button

This commit is contained in:
Veronica Berglyd Olsen
2025-10-27 21:01:21 +01:00
parent a8a6d199d1
commit d3b0a48779
+1 -1
View File
@@ -273,7 +273,7 @@ class GuiManuscript(NToolDialog):
self.tbAdd.setThemeIcon("add", "add")
self.tbDel.setThemeIcon("remove", "remove")
self.tbCopy.setThemeIcon("copy", "accept")
self.tbCopy.setThemeIcon("copy", "action")
self.tbEdit.setThemeIcon("edit", "change")
buttonStyle = SHARED.theme.getStyleSheet(STYLES_MIN_TOOLBUTTON)