From 229edff83f2aa6f7efe301a15d33e2ad11c0a47e Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 4 Dec 2020 18:37:18 -0500 Subject: fix #3 --- components/chatwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp index bf7d506..7a9842d 100644 --- a/components/chatwindow.cpp +++ b/components/chatwindow.cpp @@ -50,7 +50,7 @@ ChatWindow::ChatWindow() { m_input->set_wrap_mode(Gtk::WRAP_WORD_CHAR); m_input_scroll->set_max_content_height(200); - m_input_scroll->set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); + m_input_scroll->set_policy(Gtk::POLICY_AUTOMATIC, Gtk::POLICY_AUTOMATIC); m_input_scroll->add(*m_input); m_scroll->add(*m_list); -- cgit v1.2.3