Change free-draw toolbar icon

Use a simple triangle glyph so the button spacing matches while hinting at arbitrary shape drawing.
This commit is contained in:
lm 2025-10-17 17:20:39 +02:00
parent 8311914fdc
commit f9e2dd84c3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class UIBuilderMixin:
("🎨", self._t("toolbar.choose_color"), self.choose_color),
("🖱", self._t("toolbar.pick_from_image"), self.enable_pick_mode),
("💾", self._t("toolbar.save_overlay"), self.save_overlay),
("", self._t("toolbar.toggle_free_draw"), self.toggle_exclusion_mode),
("", self._t("toolbar.toggle_free_draw"), self.toggle_exclusion_mode),
("🧹", self._t("toolbar.clear_excludes"), self.clear_excludes),
("", self._t("toolbar.undo_exclude"), self.undo_exclude),
("🔄", self._t("toolbar.reset_sliders"), self.reset_sliders),