From ccc62647b3ed2df4a650c8aa7ae9d8e43b5dfae1 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 19 Jan 2017 01:44:34 +0100 Subject: [PATCH] made more of the elements in courtroom use the set_size_and_pos function --- courtroom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/courtroom.cpp b/courtroom.cpp index b9cd4e5..72b53d1 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -193,6 +193,7 @@ void Courtroom::set_widgets() QLineEdit *ui_char_password; AOButton *ui_spectator; + } void Courtroom::set_size_and_pos(QWidget *p_widget, QString p_identifier)