Initial size of main application window is inconsistent in Qt5
yestinj opened this issue · 1 comments
yestinj commented
Changing to qt5 seems to have broken the initial size of the glviswidget (?). The main window starts out too small, but resizes properly when the outer window is resized.
This is intermittent.
yestinj commented
Set the minimum size of the GLVisWidget to the size of the main containing widget, this seems to have fixed the inconsistency here.