summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-01-22 20:32:54 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-01-22 20:32:54 -0500
commit9cd904638c687695fb88b209e3fbc6f0be8891ac (patch)
tree615b5fd4d951caeb28bf36261bb8342bcd0b5291 /src/components
parent1d1bd7e3454b58ddf3b4d803bff8e9ed24ee4a22 (diff)
downloadabaddon-portaudio-9cd904638c687695fb88b209e3fbc6f0be8891ac.tar.gz
abaddon-portaudio-9cd904638c687695fb88b209e3fbc6f0be8891ac.zip
add class to entire channel/server browser pane
Diffstat (limited to 'src/components')
-rw-r--r--src/components/channellist/channellist.cpp2
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);