summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-01 17:43:59 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-01 17:43:59 +0000
commitc04c1c8ff6c4202a35e19f3d369f7456edffd943 (patch)
treedfdfdf927d95cab54940ac1d7b553a3d24f25b4f /src/gui
parentfabc9567b86e5e6a9b7b463f47869fc13e7ae33b (diff)
downloadmana-client-c04c1c8ff6c4202a35e19f3d369f7456edffd943.tar.gz
mana-client-c04c1c8ff6c4202a35e19f3d369f7456edffd943.tar.bz2
mana-client-c04c1c8ff6c4202a35e19f3d369f7456edffd943.tar.xz
mana-client-c04c1c8ff6c4202a35e19f3d369f7456edffd943.zip
Made it possible to move the chat window
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/chat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index d2ec0ec9..f6b54d29 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -49,12 +49,12 @@
#include "../utils/trim.h"
ChatWindow::ChatWindow():
- Window(),
+ Window(""),
mTmpVisible(false)
{
setResizable(true);
setDefaultSize(0, (windowContainer->getHeight() - 123), 600, 100);
- setTitleBarHeight(0);
+ setTitleBarHeight(5);
loadWindowState("Chat");
mChatInput = new ChatInput();