Skip to content
Commit 83ee2bb2 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix MainWindow default height

BUG: 351746
FIXED-IN: 2.0.1

Passing QSize(0, 0) to setupGUI() is a quick workaround for the issue. Btw any QSize
smaller than minimumSizeHint() should do the job.

However, an actual solution should be found in the future, rather than this workaround.
parent 0ee725ab
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