Commit 59400675 authored by Duane Johnson's avatar Duane Johnson

Remove ability to click on Z +/- 100

parent 470ab934
...@@ -10,7 +10,7 @@ def sign(n): ...@@ -10,7 +10,7 @@ def sign(n):
else: return 0 else: return 0
class ZButtons(BufferedCanvas): class ZButtons(BufferedCanvas):
button_ydistances = [7, 30, 55, 83, 112] button_ydistances = [7, 30, 55, 83] # ,112
center = (30, 118) center = (30, 118)
label_overlay_positions = { label_overlay_positions = {
0: (1, 18, 11), 0: (1, 18, 11),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment