Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mapnav.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-12 04:44:24 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-12 04:44:24 (GMT)
commita820aacf87bc9ead61cdb94668f51ad15bd41853 (patch)
tree4fea1907ca4cb1daed9623f02609138a4a89c630 /mapnav.py
parent4bcdef86199ca3846b4195d4b1865c5be3db755a (diff)
Correct comment
Diffstat (limited to 'mapnav.py')
-rw-r--r--mapnav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapnav.py b/mapnav.py
index c5f6603..413f6c6 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -185,7 +185,7 @@ class MapNavView(gtk.DrawingArea):
def calculate_sizes(self, width, height):
self._width = width
self._height = height
- # used as unity 1/10 of the height
+ # used as unity 1/12 of the height
self._grid_size = self._height / 12
# the door is 3 units width and 6 units hight
self._door_width = 3