chore: Follow up paddings

This commit is contained in:
Krille 2025-02-25 15:06:27 +01:00
parent 7e8bb14c69
commit 5ec25ec2ed
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -256,7 +256,7 @@ class SendFileDialogState extends State<SendFileDialog> {
bytes,
height: 256,
width: widget.files.length == 1
? 256 - 24
? 256 - 36
: null,
fit: BoxFit.contain,
errorBuilder: (context, e, s) {