mirror of
https://github.com/vale981/Taevitas
synced 2025-03-04 17:11:40 -05:00
No Resize.
This commit is contained in:
parent
201857e299
commit
089baccac9
1 changed files with 1 additions and 1 deletions
|
@ -493,6 +493,6 @@ void MainWindow::fit() {
|
||||||
setMinimumSize( 0, 0 );
|
setMinimumSize( 0, 0 );
|
||||||
QTimer::singleShot( 0, this, [this]() {
|
QTimer::singleShot( 0, this, [this]() {
|
||||||
adjustSize();
|
adjustSize();
|
||||||
setMinimumSize( size() );
|
setFixedSize( size() );
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue