summaryrefslogtreecommitdiff
path: root/tools/mmd/MmdWidgets.py
diff options
context:
space:
mode:
authorJogi Hofmüller <jogi@mur.at>2011-08-24 14:06:02 +0000
committerJogi Hofmüller <jogi@mur.at>2011-08-24 14:06:02 +0000
commit10a4c72bab02199a0ee86b43013a57d21682e1de (patch)
treed28dba0055f9c10e5623b4a7ee00486084b5f551 /tools/mmd/MmdWidgets.py
parent- switched rcol and lcol (diff)
- changed font for groundstation display
git-svn-id: https://svn.spreadspace.org/mur.sat@158 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/mmd/MmdWidgets.py')
-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 f4def74..40fe96a 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="540px" height="400px" frameborder="0" scrolling="no"></iframe>
+ <iframe src="http://hofos.at/tracker?name={0}&longitude={1}&latitude={2}&altitude={3}" width="auto" height="auto" frameborder="0" scrolling="no"></iframe>
'''.format (
user_location.name,
user_location.longitude,