Repos / mcross / 4976e31cb5
commit 4976e31cb577138039f9ae1ea530531b9b28b4be
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Fri May 15 16:14:21 2020 +0700

    explicit "go" button sizing

diff --git a/src/mcross/gui/view.py b/src/mcross/gui/view.py
index cb74883..99ac122 100644
--- a/src/mcross/gui/view.py
+++ b/src/mcross/gui/view.py
@@ -70,7 +70,7 @@ def __init__(self, root: Tk, model: Model):
         address_bar.focus_set()
 
         # Go button
-        go_btn = ttk.Button(row1, text="go", command=self._on_go)
+        go_btn = ttk.Button(row1, text="三三ᕕ( ᐛ )ᕗ", command=self._on_go, width=10)
         self.go_btn = go_btn
         go_btn.pack(side="left", pady=3)