diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-24 22:00:16 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-24 22:00:16 +0200 |
| commit | c17fe46e769878de97303f11a990809f27e8212b (patch) | |
| tree | f79ae6c2470e94ce5941e5f13fea799f73a5dc9c | |
| parent | 795dea1ad2b0e69c212ef174e17a63b34f3fde37 (diff) | |
Added the ability to change the showname's colour.
| -rw-r--r-- | courtroom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp index b8b5e5af..3323b6fa 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -1369,6 +1369,8 @@ void Courtroom::handle_chatmessage_2() ui_vp_chatbox->set_image_from_path(chatbox_path); } + ui_vp_showname->setStyleSheet("QLabel { color : " + get_text_color("_showname").name() + "; }"); + set_scene(); set_text_color(); |
