From 5975e85d42a49652bb33de9f5213cb4dd5bf08e0 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 9 Sep 2020 21:05:16 -0400 Subject: ebic default theme --- components/chatwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/chatwindow.cpp') diff --git a/components/chatwindow.cpp b/components/chatwindow.cpp index a3fb872..978704f 100644 --- a/components/chatwindow.cpp +++ b/components/chatwindow.cpp @@ -16,7 +16,8 @@ ChatWindow::ChatWindow() { m_input = Gtk::manage(new Gtk::TextView); m_entry_scroll = Gtk::manage(new Gtk::ScrolledWindow); - m_listbox->get_style_context()->add_class("messages"); + m_main->get_style_context()->add_class("messages"); + m_listbox->get_style_context()->add_class("messages"); // maybe hacky m_input->get_style_context()->add_class("message-input"); m_input->signal_key_press_event().connect(sigc::mem_fun(*this, &ChatWindow::on_key_press_event), false); -- cgit v1.2.3