Swap open-image icon
Replace the puzzle glyph with a framed picture to better represent single-image loading.
This commit is contained in:
parent
98015a40d8
commit
a30eb997b1
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue