diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-05 23:17:30 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-05 23:17:30 +0100 |
| commit | c1dfb4928c880dfe9980e2ff39cdd164e15ceb52 (patch) | |
| tree | 04c1024adc90d3f9b9eb9cbeacc80462eb2f453b /src/charselect.cpp | |
| parent | 997462ad54f7e42d0fa1062337287f1492e3b111 (diff) | |
set no maximize flag on charselect
Diffstat (limited to 'src/charselect.cpp')
| -rw-r--r-- | src/charselect.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp index 8e0aab5e..66223f3c 100644 --- a/src/charselect.cpp +++ b/src/charselect.cpp @@ -7,6 +7,8 @@ void Courtroom::construct_char_select() { + this->setWindowFlags( (this->windowFlags() | Qt::CustomizeWindowHint) & ~Qt::WindowMaximizeButtonHint); + ui_char_select_background = new AOImage(this, ao_app); ui_char_buttons = new QWidget(ui_char_select_background); |
