add class to entire channel/server browser pane

This commit is contained in:
ouwou
2024-01-22 20:32:54 -05:00
parent 1d1bd7e345
commit 9cd904638c

View File

@@ -3,6 +3,8 @@
#include "abaddon.hpp"
ChannelList::ChannelList() {
get_style_context()->add_class("channel-browser-pane");
ConnectSignals();
m_guilds.set_halign(Gtk::ALIGN_START);