Commit 6f6b4fc5 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix tempgraph position in Tabbed mode

parent b7ccfb20
...@@ -86,7 +86,7 @@ def add_extra_controls(self, root, parentpanel, extra_buttons = None, mini_mode ...@@ -86,7 +86,7 @@ def add_extra_controls(self, root, parentpanel, extra_buttons = None, mini_mode
} }
if standalone_mode: if standalone_mode:
pos_mapping["tempgraph"] = (base_line + 4, 0) pos_mapping["tempgraph"] = (base_line + 5, 0)
span_mapping["tempgraph"] = (5, 6) span_mapping["tempgraph"] = (5, 6)
elif mini_mode: elif mini_mode:
pos_mapping["tempgraph"] = (base_line + 2, 0) pos_mapping["tempgraph"] = (base_line + 2, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment