No Resize.

This commit is contained in:
Hiro Protagonist 2017-04-04 17:20:23 +12:00
parent 201857e299
commit 089baccac9

View file

@ -493,6 +493,6 @@ void MainWindow::fit() {
setMinimumSize( 0, 0 );
QTimer::singleShot( 0, this, [this]() {
adjustSize();
setMinimumSize( size() );
setFixedSize( size() );
} );
}