From 5ec25ec2edf9f35acff19680869bd2881ef16998 Mon Sep 17 00:00:00 2001 From: Krille Date: Tue, 25 Feb 2025 15:06:27 +0100 Subject: [PATCH] chore: Follow up paddings --- lib/pages/chat/send_file_dialog.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat/send_file_dialog.dart b/lib/pages/chat/send_file_dialog.dart index dea055467..96af1d2b4 100644 --- a/lib/pages/chat/send_file_dialog.dart +++ b/lib/pages/chat/send_file_dialog.dart @@ -256,7 +256,7 @@ class SendFileDialogState extends State { bytes, height: 256, width: widget.files.length == 1 - ? 256 - 24 + ? 256 - 36 : null, fit: BoxFit.contain, errorBuilder: (context, e, s) {