Swap open-image icon

Replace the puzzle glyph with a framed picture to better represent single-image loading.
This commit is contained in:
lm 2025-10-17 17:39:23 +02:00
parent 98015a40d8
commit a30eb997b1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class UIBuilderMixin:
toolbar = ttk.Frame(self.root)
toolbar.pack(fill=tk.X, padx=12, pady=(4, 2))
buttons = [
("🧩", self._t("toolbar.open_image"), self.load_image),
("🖼", self._t("toolbar.open_image"), self.load_image),
("📂", self._t("toolbar.open_folder"), self.load_folder),
("🎨", self._t("toolbar.choose_color"), self.choose_color),
("🖱", self._t("toolbar.pick_from_image"), self.enable_pick_mode),