We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84aeb27 commit 16fdc79Copy full SHA for 16fdc79
main.py
@@ -78,7 +78,7 @@ def __init__(self, state):
78
w, h = 1600, 2500
79
if state.enable_all_plots: h = 3800 # More plots -> more room
80
root.setMinimumSize(1000, h)
81
- window.resize(w, h)
+ window.resize(w, app.desktop().screenGeometry().height())
82
self.window.show()
83
84
def exec_(self):
0 commit comments