aboutsummaryrefslogtreecommitdiff
path: root/src/lobby.cpp
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-05 23:27:58 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-11-05 23:27:58 +0100
commit2dbedf516391c8f432bfc5a2d2749ba054a78e06 (patch)
treee70751d4fb3bccb4e9e2e6774120cb71f567d4d2 /src/lobby.cpp
parent1e1ada7437f809ca87827772860c64e8a658602b (diff)
stop them from dragging the lobby
Diffstat (limited to 'src/lobby.cpp')
-rw-r--r--src/lobby.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp
index a1ee400f..8945d4e3 100644
--- a/src/lobby.cpp
+++ b/src/lobby.cpp
@@ -98,10 +98,10 @@ void Lobby::set_widgets()
"Did you download all resources correctly from tiny.cc/getao, "
"including the large 'base' folder?"));
- this->resize(517, 666);
+ this->setFixedSize(517, 666);
}
else {
- this->resize(f_lobby.width, f_lobby.height);
+ this->setFixedSize(f_lobby.width, f_lobby.height);
}
set_size_and_pos(ui_background, "lobby");