bump voice window height as Per Special Request

This commit is contained in:
ouwou 2024-06-01 02:17:08 -04:00
parent 8215a8d39f
commit 8ab9828f6f

View File

@ -97,7 +97,7 @@ VoiceWindow::VoiceWindow(Snowflake channel_id)
, m_menu_view_settings("More _Settings", true) {
get_style_context()->add_class("app-window");
set_default_size(300, 300);
set_default_size(300, 400);
auto &discord = Abaddon::Get().GetDiscordClient();
auto &audio = Abaddon::Get().GetAudio();