summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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