stop them from dragging the charselect
This commit is contained in:
parent
c1dfb4928c
commit
0a5e5582a3
@ -74,10 +74,10 @@ void Courtroom::set_char_select()
|
||||
if (f_charselect.width < 0 || f_charselect.height < 0) {
|
||||
qDebug() << "W: did not find char_select width or height in "
|
||||
"courtroom_design.ini!";
|
||||
this->resize(714, 668);
|
||||
this->setFixedSize(714, 668);
|
||||
}
|
||||
else
|
||||
this->resize(f_charselect.width, f_charselect.height);
|
||||
this->setFixedSize(f_charselect.width, f_charselect.height);
|
||||
|
||||
ui_char_select_background->resize(f_charselect.width, f_charselect.height);
|
||||
ui_char_select_background->set_image("charselect_background");
|
||||
|
Loading…
Reference in New Issue
Block a user