diff --git a/paint.py b/paint.py index 92b60a8..32b2c94 100644 --- a/paint.py +++ b/paint.py @@ -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: "โœ๏ธ",