From b2ba7709df26826a1e596b1ed4e139c8d0d2a1cb Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 15 May 2022 23:38:10 -0400 Subject: make it look sort of better i guess --- src/components/channeltabswitcherhandy.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/channeltabswitcherhandy.cpp') diff --git a/src/components/channeltabswitcherhandy.cpp b/src/components/channeltabswitcherhandy.cpp index 14cf9d9..c7dc59b 100644 --- a/src/components/channeltabswitcherhandy.cpp +++ b/src/components/channeltabswitcherhandy.cpp @@ -22,6 +22,8 @@ ChannelTabSwitcherHandy::ChannelTabSwitcherHandy() { m_tab_view = hdy_tab_view_new(); m_tab_view_wrapped = Glib::wrap(GTK_WIDGET(m_tab_view)); + m_tab_bar_wrapped->get_style_context()->add_class("channel-tab-switcher"); + g_signal_connect(m_tab_view, "notify::selected-page", G_CALLBACK(selected_page_notify_cb), this); g_signal_connect(m_tab_view, "close-page", G_CALLBACK(close_page_cb), this); -- cgit v1.2.3