diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-13 17:57:30 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-13 17:57:30 +0300 |
| commit | f9b3bd5bb5fdbb739e806d004af09443bdbb2aac (patch) | |
| tree | fe9ab665c37af66a9a6baa8df3bc150cc516189a | |
| parent | f1b31697130101ab493a2f2907e3974f3cf1fa58 (diff) | |
forgot to actually uncomment the change, oops
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 2e174f26..41712d2f 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -477,7 +477,7 @@ void Courtroom::set_widgets() set_size_and_pos(ui_vp_message, "message"); //We detached the text as parent from the chatbox so it doesn't get affected by the screenshake. -// ui_vp_message->move(ui_vp_message->x() + ui_vp_chatbox->x(), ui_vp_message->y() + ui_vp_chatbox->y()); + ui_vp_message->move(ui_vp_message->x() + ui_vp_chatbox->x(), ui_vp_message->y() + ui_vp_chatbox->y()); ui_vp_message->setTextInteractionFlags(Qt::NoTextInteraction); ui_vp_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);" "color: white"); |
