Remove ability to click on Z +/- 100

master
Duane Johnson 2011-11-12 07:44:28 -06:00
parent 470ab93447
commit 59400675fb
1 changed files with 1 additions and 1 deletions

View File

@ -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),