From e3303f968855cf79239aa0b1f82dd455ee285514 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Fri, 4 Apr 2008 17:14:18 +0200 Subject: * host/inter: - fixed cosmetic. --- host/inter/inter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3