diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-19 01:44:34 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-01-19 01:44:34 +0100 |
| commit | ccc62647b3ed2df4a650c8aa7ae9d8e43b5dfae1 (patch) | |
| tree | 98a000b1878017478a2853845884a253982e6283 /courtroom.cpp | |
| parent | 4edc76ac332826799efbed4abdb6aca61edd1b26 (diff) | |
made more of the elements in courtroom use the set_size_and_pos function
Diffstat (limited to 'courtroom.cpp')
| -rw-r--r-- | courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index b9cd4e5b..72b53d18 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) |
