diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index bda31427..82e7d372 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -56,6 +56,7 @@ ChatWindow::ChatWindow(): { setResizable(true); setDefaultSize(0, (windowContainer->getHeight() - 105), 400, 100); + setOpaque(false); mChatInput = new ChatInput(); mChatInput->setActionEventId("chatinput"); |