summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/params.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/extensions/params.py b/lib/extensions/params.py
index 73ce069d..c9c994c9 100644
--- a/lib/extensions/params.py
+++ b/lib/extensions/params.py
@@ -430,6 +430,7 @@ class SettingsFrame(wx.Frame):
current_screen = wx.Display.GetFromPoint(wx.GetMousePosition())
display = wx.Display(current_screen)
screen_rect = display.GetClientArea()
+ simulator_pos.y = screen_rect.GetTop()
width = screen_rect.GetWidth() - params_rect.GetWidth()
height = screen_rect.GetHeight()