aboutsummaryrefslogtreecommitdiff
path: root/include/courtroom.h
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2021-01-22 22:43:01 -0600
committerGitHub <noreply@github.com>2021-01-22 22:43:01 -0600
commitc13e6b7ab0fd36ebf784294b2788ae365109a24f (patch)
tree7d93863749fb9aec3247084d43d147d1de0b477f /include/courtroom.h
parent56750c343b850236a75219cb6148fb9992871df2 (diff)
Allow effects to decide whether they go over or under the chatbox (#424)
Also re-adds pair ordering following viewport refactor.
Diffstat (limited to 'include/courtroom.h')
-rw-r--r--include/courtroom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index 0dcc53de..bf335814 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -613,9 +613,9 @@ private:
QLabel *ui_vp_showname;
InterfaceLayer *ui_vp_chat_arrow;
QTextEdit *ui_vp_message;
- EffectLayer *ui_vp_effect;
InterfaceLayer *ui_vp_testimony;
InterjectionLayer *ui_vp_wtce;
+ EffectLayer *ui_vp_effect;
InterjectionLayer *ui_vp_objection;
QTextEdit *ui_ic_chatlog;