summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-12-09 23:50:37 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-12-09 23:50:37 -0500
commitf2777533757afd19927bcc539bc8b48c2e9faba0 (patch)
tree8066e8ccddb1e9563ea919ef1853789f04ae421c /components
parentbd918e760692a80988e1ba12bffa366b453567d6 (diff)
parent7969576070ca10082eaf1268d329048ad5e4d55d (diff)
downloadabaddon-portaudio-f2777533757afd19927bcc539bc8b48c2e9faba0.tar.gz
abaddon-portaudio-f2777533757afd19927bcc539bc8b48c2e9faba0.zip
Merge branch 'master' into disk-cache
Diffstat (limited to 'components')
-rw-r--r--components/chatwindow.cpp2
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);