mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
use textviews in channel list + parse emojis
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user