Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorU-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-03 20:47:15 (GMT)
committer U-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-03 20:47:15 (GMT)
commita705ec6401be821f25147470c668f5de2d273ef8 (patch)
tree8f4bd06530fb3efd6761b531760b0ef22e299bfd /tawindow.py
parent1ef7063ca9bf97f80fb81ff77c9d17d0c4be71bf (diff)
Improved graphics
Diffstat (limited to 'tawindow.py')
-rwxr-xr-xtawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index 0ab026e..c30cc26 100755
--- a/tawindow.py
+++ b/tawindow.py
@@ -216,7 +216,7 @@ def buttonrelease_cb(win, event, tw):
if tw.block_operation=='click':
if spr.proto.name=='number':
tw.selected_block = spr
- move(tw.select_mask, (spr.x-6,spr.y-6))
+ move(tw.select_mask, (spr.x-5,spr.y-5))
setlayer(tw.select_mask, 660)
tw.firstkey = True
else: run_stack(tw, spr)