summaryrefslogtreecommitdiff
path: root/host/inter
diff options
context:
space:
mode:
authorNicolas Schodet2008-04-04 17:14:18 +0200
committerNicolas Schodet2008-04-04 17:14:18 +0200
commite3303f968855cf79239aa0b1f82dd455ee285514 (patch)
tree3781fefb590c7f4cbd78f0cea07715b33cde9968 /host/inter
parent35e7b9673c668c5eb15a66575897d12ea12a28fe (diff)
* host/inter:
- fixed cosmetic.
Diffstat (limited to 'host/inter')
-rw-r--r--host/inter/inter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/inter/inter.py b/host/inter/inter.py
index 64774c40..60215b62 100644
--- a/host/inter/inter.py
+++ b/host/inter/inter.py
@@ -115,7 +115,7 @@ class TableView (DrawableCanvas):
"""This class handle the view of the table and every items inside it."""
WIDTH = 3000 + 2 * 22 + 2 * 80 + 2 * 50 + 2 * 10
- HEIGHT = 2100 + 2 * 22 + 2 * 80 + 2 * 10
+ HEIGHT = 2100 + 2 * 22 + 2 * 80 + 22 + 2 * 10
XORIGIN = -3000 / 2
YORIGIN = -2100 / 2