summaryrefslogtreecommitdiff
path: root/src/components/channellist/classic/guildlistfolderitem.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-02-19 02:24:57 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2024-02-19 02:24:57 -0500
commit473ff6f777ae3a8d1b3fa08a3ea15e2905340e03 (patch)
tree6b52a41fd28397b8eab9b9301501856faa92ba25 /src/components/channellist/classic/guildlistfolderitem.cpp
parent0f5c4524c0fb4946c25672bfc07e000011fcfd31 (diff)
downloadabaddon-portaudio-473ff6f777ae3a8d1b3fa08a3ea15e2905340e03.tar.gz
abaddon-portaudio-473ff6f777ae3a8d1b3fa08a3ea15e2905340e03.zip
widget tweaking for styling
Diffstat (limited to 'src/components/channellist/classic/guildlistfolderitem.cpp')
-rw-r--r--src/components/channellist/classic/guildlistfolderitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/channellist/classic/guildlistfolderitem.cpp b/src/components/channellist/classic/guildlistfolderitem.cpp
index 2c8bc3b..30e1adb 100644
--- a/src/components/channellist/classic/guildlistfolderitem.cpp
+++ b/src/components/channellist/classic/guildlistfolderitem.cpp
@@ -36,7 +36,7 @@ void GuildListFolderButton::SetGuilds(const std::vector<Snowflake> &guild_ids) {
}
GuildListFolderItem::GuildListFolderItem(const UserSettingsGuildFoldersEntry &folder) {
- get_style_context()->add_class("classic-guild-folder");
+ get_style_context()->add_class("classic-guild-list-folder");
if (folder.Name.has_value()) {
set_tooltip_text(*folder.Name);