From ca9f7c10711f7cf788eb9f2e05f3a3e0737eabbe Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Fri, 8 May 2009 10:07:28 -0600 Subject: Remove the title area from ChatWindow --- src/gui/chat.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/chat.cpp') 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); -- cgit v1.2.3-70-g09d2