summaryrefslogtreecommitdiff
path: root/components/chatwindow.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-11-10 01:38:44 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-11-10 01:38:44 -0500
commiteb0feef51166eeabd58993c484e85e0739285aa1 (patch)
tree200c93680df8ecbcf127cc59e2f940e9f8af4b90 /components/chatwindow.cpp
parent823e1786e016a0dce58ffda0506608f2a2fce932 (diff)
downloadabaddon-portaudio-eb0feef51166eeabd58993c484e85e0739285aa1.tar.gz
abaddon-portaudio-eb0feef51166eeabd58993c484e85e0739285aa1.zip
use textviews in channel list + parse emojis
Diffstat (limited to 'components/chatwindow.cpp')
-rw-r--r--components/chatwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp
index d447177..6d7edca 100644
--- a/components/chatwindow.cpp
+++ b/components/chatwindow.cpp
@@ -49,7 +49,7 @@ ChatWindow::ChatWindow() {
m_input->set_halign(Gtk::ALIGN_FILL);
m_input->set_wrap_mode(Gtk::WRAP_WORD_CHAR);
- m_input_scroll->set_max_content_height(170);
+ m_input_scroll->set_max_content_height(200);
m_input_scroll->set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);
m_input_scroll->add(*m_input);