From 3b75614be6d9f6e84a1b5818c5827dbc0ab5d516 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 28 Aug 2011 18:17:56 +0000 Subject: Improved chat window layout, added title and close button. --- src/client/chat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/chat.h') diff --git a/src/client/chat.h b/src/client/chat.h index fa50e87..ca0ff72 100644 --- a/src/client/chat.h +++ b/src/client/chat.h @@ -10,6 +10,7 @@ #include #include +#include "ui/iconbutton.h" #include "ui/inputbox.h" #include "ui/scrollpane.h" #include "ui/window.h" @@ -55,6 +56,10 @@ private: bool chat_small; ui::Text chat_log; + + ui::Label *chat_titlelabel; + ui::IconButton *chat_closebutton; + ui::ScrollPane *chat_scrollpane; ui::InputBox *chat_input; ui::ListView *chat_playerlist; -- cgit v1.2.3