Skip to content

Commit

Permalink
add class to entire channel/server browser pane
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Jan 23, 2024
1 parent 1d1bd7e commit 9cd9046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/channellist/channellist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9cd9046

Please sign in to comment.