From 59400675fb5c8141eb643acc9eeb04b88e81da82 Mon Sep 17 00:00:00 2001 From: Duane Johnson Date: Sat, 12 Nov 2011 07:44:28 -0600 Subject: [PATCH] Remove ability to click on Z +/- 100 --- zbuttons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbuttons.py b/zbuttons.py index d268a89..c5e0887 100644 --- a/zbuttons.py +++ b/zbuttons.py @@ -10,7 +10,7 @@ def sign(n): else: return 0 class ZButtons(BufferedCanvas): - button_ydistances = [7, 30, 55, 83, 112] + button_ydistances = [7, 30, 55, 83] # ,112 center = (30, 118) label_overlay_positions = { 0: (1, 18, 11),