summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-24 14:31:06 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-24 14:31:06 +0000
commit34947d4e1f6e06056e5270e0e02162aefa1842d3 (patch)
treed5501b0d0f39fc90e4182a81bdf63d9a2eb952d3 /tools
parent- changed iframe size back to fixed (diff)
- changed iframe size back to fixed
git-svn-id: https://svn.spreadspace.org/mur.sat@161 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools')
-rw-r--r--tools/mmd/MmdWidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index ee61927..fb65f52 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -296,7 +296,7 @@ def osmWidget (session):
if not user_location:
user_location = Location ()
html = '''
- <iframe src="http://hofos.at/tracker?name={0}&longitude={1}&latitude={2}&altitude={3}" width="512px" height="512px" frameborder="0" scrolling="no"></iframe>
+ <iframe src="http://hofos.at/tracker?name={0}&longitude={1}&latitude={2}&altitude={3}" width="514px" height="512px" frameborder="0" scrolling="no"></iframe>
'''.format (
user_location.name,
user_location.longitude,