styling 1

This commit is contained in:
2026-01-20 14:34:15 +03:00
parent 238d501ac4
commit e7e719bc84
6 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ DialogCardTrainee::DialogCardTrainee(ConnectorToServer* connectorToServer, Messa
this->setWindowTitle(tr("Personal card trainee"));
this->setMinimumSize(1600, 800);
this->setWindowState(Qt::WindowMaximized);
this->setWindowFlags(windowFlags() & ~Qt::WindowMinimizeButtonHint);
this->setModal(true);
}