stop them from dragging the lobby
This commit is contained in:
parent
1e1ada7437
commit
2dbedf5163
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user