From 4a23517b6beddad8f4e2c5264d309fec590847e7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 29 Jan 2019 23:39:25 +0100 Subject: Fix chat input size with word wrapping, messed up channels sidebar... --- include/ChatWindow.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ChatWindow.hpp b/include/ChatWindow.hpp index 1ca473b..832154d 100644 --- a/include/ChatWindow.hpp +++ b/include/ChatWindow.hpp @@ -13,6 +13,7 @@ #include #include #include +#include #include #include @@ -52,12 +53,12 @@ namespace dchat void setCurrentRoom(std::shared_ptr room); private: - Gtk::Grid leftPanelChannels; + //Gtk::Grid leftPanelChannels; + Gtk::StackSidebar leftPanelChannels; Gtk::Stack leftPanelUsersStack; ImageButton createRoomButton; ImageButton joinRoomButton; ImageButton userSettingsButton; - Gtk::ScrolledWindow messageArea; Gtk::Stack messageAreaStack; Gtk::TextView chatInput; -- cgit v1.2.3