From b0ce837b66ddc34a9b2a9346291b252f748c577f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 01:18:21 +0300 Subject: Add option to auto hide chat window (chat window visible by default) Option in chat \ Auto hide chat window. --- src/gui/setup_chat.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/setup_chat.cpp') diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp index 4bfb8928e..9cd164839 100644 --- a/src/gui/setup_chat.cpp +++ b/src/gui/setup_chat.cpp @@ -51,6 +51,12 @@ Setup_Chat::Setup_Chat() ContainerPlacer place = h.getPlacer(0, 0); place(0, 0, mScroll, 10, 10); + new SetupItemLabel(_("Window"), "", this); + + new SetupItemCheckBox(_("Auto hide chat window."), "", + "autohideChat", this, "autohideChatEvent"); + + new SetupItemLabel(_("Colors"), "", this); new SetupItemCheckBox(_("Remove colors from received chat messages"), "", -- cgit v1.2.3-60-g2f50