diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-09 23:50:37 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-09 23:50:37 -0500 |
commit | f2777533757afd19927bcc539bc8b48c2e9faba0 (patch) | |
tree | 8066e8ccddb1e9563ea919ef1853789f04ae421c /components | |
parent | bd918e760692a80988e1ba12bffa366b453567d6 (diff) | |
parent | 7969576070ca10082eaf1268d329048ad5e4d55d (diff) | |
download | abaddon-portaudio-f2777533757afd19927bcc539bc8b48c2e9faba0.tar.gz abaddon-portaudio-f2777533757afd19927bcc539bc8b48c2e9faba0.zip |
Merge branch 'master' into disk-cache
Diffstat (limited to 'components')
-rw-r--r-- | components/chatwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp index 4973c35..28d3fce 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); |