set no maximize flag on courtroom
This commit is contained in:
parent
c49ce181c9
commit
997462ad54
@ -3,6 +3,9 @@
|
||||
Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
|
||||
{
|
||||
ao_app = p_ao_app;
|
||||
|
||||
this->setWindowFlags( (this->windowFlags() | Qt::CustomizeWindowHint) & ~Qt::WindowMaximizeButtonHint);
|
||||
|
||||
ao_app->initBASS();
|
||||
|
||||
qsrand(static_cast<uint>(QDateTime::currentMSecsSinceEpoch() / 1000));
|
||||
|
Loading…
Reference in New Issue
Block a user