From d3b0a48779c5bdc8cc88361f4429cfc3d7e36957 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:01:21 +0100 Subject: [PATCH] Make manuscript tool copy button an action button --- novelwriter/tools/manuscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novelwriter/tools/manuscript.py b/novelwriter/tools/manuscript.py index 5bf30983..feacf3e1 100644 --- a/novelwriter/tools/manuscript.py +++ b/novelwriter/tools/manuscript.py @@ -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)