diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-22 20:32:54 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-22 20:32:54 -0500 |
commit | 9cd904638c687695fb88b209e3fbc6f0be8891ac (patch) | |
tree | 615b5fd4d951caeb28bf36261bb8342bcd0b5291 /src/components/channellist | |
parent | 1d1bd7e3454b58ddf3b4d803bff8e9ed24ee4a22 (diff) | |
download | abaddon-portaudio-9cd904638c687695fb88b209e3fbc6f0be8891ac.tar.gz abaddon-portaudio-9cd904638c687695fb88b209e3fbc6f0be8891ac.zip |
add class to entire channel/server browser pane
Diffstat (limited to 'src/components/channellist')
-rw-r--r-- | src/components/channellist/channellist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channellist/channellist.cpp b/src/components/channellist/channellist.cpp index 1cdf619..105e0d0 100644 --- a/src/components/channellist/channellist.cpp +++ b/src/components/channellist/channellist.cpp @@ -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); |