diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-02-02 02:00:32 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-02-02 02:00:32 -0500 |
commit | b92091b97d1d43e33c3217451f72addbd0f76726 (patch) | |
tree | 2ba4a08f4acb23608a9680327e5ad6978f25d563 /src/components/channellist/channellist.cpp | |
parent | 2be776b12f6124002fdf8a35b4bef19ce8e93bb1 (diff) | |
download | abaddon-portaudio-b92091b97d1d43e33c3217451f72addbd0f76726.tar.gz abaddon-portaudio-b92091b97d1d43e33c3217451f72addbd0f76726.zip |
hide scrollbar in classic guild list
Diffstat (limited to 'src/components/channellist/channellist.cpp')
-rw-r--r-- | src/components/channellist/channellist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/channellist/channellist.cpp b/src/components/channellist/channellist.cpp index 87aa6ed..076a83e 100644 --- a/src/components/channellist/channellist.cpp +++ b/src/components/channellist/channellist.cpp @@ -9,6 +9,7 @@ ChannelList::ChannelList() { m_guilds.set_halign(Gtk::ALIGN_START); + m_guilds_scroll.get_style_context()->add_class("guild-list-scroll"); m_guilds_scroll.set_policy(Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC); m_guilds.signal_guild_selected().connect([this](Snowflake guild_id) { |