aboutsummaryrefslogtreecommitdiff
path: root/lobby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lobby.cpp')
-rw-r--r--lobby.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lobby.cpp b/lobby.cpp
index c47b673f..0416d651 100644
--- a/lobby.cpp
+++ b/lobby.cpp
@@ -95,7 +95,7 @@ void Lobby::set_widgets()
set_size_and_pos(ui_chatbox, "chatbox");
ui_chatbox->setReadOnly(true);
- ui_chatbox->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
+ ui_chatbox->setStyleSheet("QPlainTextEdit{background-color: rgba(0, 0, 0, 0);}");
set_size_and_pos(ui_chatname, "chatname");
ui_chatname->setStyleSheet("background-color: rgba(0, 0, 0, 0);"