summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-11-12 16:33:17 +0000
committerDavid Athay <ko2fan@gmail.com>2008-11-12 16:33:17 +0000
commit87607bbc8bf97d8204be4b3eae6eeb5a51bb0ea4 (patch)
tree499689cb9691b7bb04f9f88be9bbd355e55f47ea /src/gui/chat.cpp
parentd2bf248c7623324dc6a133b1e5eb0e71235d883a (diff)
downloadmana-client-87607bbc8bf97d8204be4b3eae6eeb5a51bb0ea4.tar.gz
mana-client-87607bbc8bf97d8204be4b3eae6eeb5a51bb0ea4.tar.bz2
mana-client-87607bbc8bf97d8204be4b3eae6eeb5a51bb0ea4.tar.xz
mana-client-87607bbc8bf97d8204be4b3eae6eeb5a51bb0ea4.zip
Fixed chat transparency and icon loading.
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp1
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");