Switch out fill tool icon to avoid text row offset artifacts

This commit is contained in:
Isaiah Odhner 2023-04-13 00:28:57 -04:00
parent 5b1c16ddc3
commit 303d6942f4

View File

@ -61,7 +61,7 @@ class Tool(Enum):
Tool.free_form_select: "",
Tool.select: "",
Tool.eraser: "🧼",
Tool.fill: "🫗",
Tool.fill: "🌊", # "🫗" causes jutting out in Ubuntu terminal, "🪣" causes the opposite in VS Code terminal
Tool.pick_color: "💉",
Tool.magnifier: "🔍",
Tool.pencil: "✏️",