diff --git a/lib/pages/chat/send_file_dialog_style.dart b/lib/pages/chat/send_file_dialog_style.dart index 9a611ab03b..3f0ba60293 100644 --- a/lib/pages/chat/send_file_dialog_style.dart +++ b/lib/pages/chat/send_file_dialog_style.dart @@ -6,7 +6,7 @@ class SendFileDialogStyle { static const double dialogWidth = 360; - static const double maxDialogHeight = 560; + static const double maxDialogHeight = 620; static const double imageBorderRadius = 8.0;