Commit 1902744c authored by Guillaume Seguin's avatar Guillaume Seguin

Same fix for the gauges now

parent ae650f02
......@@ -40,7 +40,7 @@ def add_extra_controls(self, root, parentpanel, extra_buttons = None, mini_mode
if standalone_mode:
gauges_base_line = base_line + 10
elif mini_mode:
elif mini_mode and root.display_graph:
gauges_base_line = base_line + 6
else:
gauges_base_line = base_line + 5
......
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