Adjust free-draw icon spacing
Switch the toolbar glyph to a slimmer pencil so its padding matches the other buttons.
This commit is contained in:
parent
a6df944ba1
commit
af4cdcdb15
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue