diff --git a/main.py b/main.py index f892ba7..cc6d99b 100644 --- a/main.py +++ b/main.py @@ -78,7 +78,7 @@ def __init__(self, state): w, h = 1600, 2500 if state.enable_all_plots: h = 3800 # More plots -> more room root.setMinimumSize(1000, h) - window.resize(w, h) + window.resize(w, app.desktop().screenGeometry().height()) self.window.show() def exec_(self):