diff options
-rw-r--r-- | src/gui/chat.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 479e45a6..2fae7b0d 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -74,6 +74,9 @@ ChatWindow::ChatWindow(): { setWindowName("Chat"); + // no title presented, title bar is padding so window can be moved. + gcn::Window::setTitleBarHeight(gcn::Window::getPadding()); + setShowTitle(false); setResizable(true); setDefaultVisible(true); setSaveVisible(true); |