summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 48df9efe..b5a0ec13 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -46,16 +46,16 @@
#include "../utils/dtor.h"
ChatWindow::ChatWindow():
- Window(""),
+ Window(),
mTmpVisible(false)
{
- setWindowName("Chat");
mItems = 0;
mItemsKeep = 20;
setResizable(true);
setDefaultSize(0, (windowContainer->getHeight() - 123), 600, 100);
- loadWindowState();
+ setTitleBarHeight(0);
+ loadWindowState("Chat");
mChatInput = new ChatInput();
mChatInput->setActionEventId("chatinput");