mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
bump voice window height as Per Special Request
This commit is contained in:
parent
8215a8d39f
commit
8ab9828f6f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user