chore: Follow up paddings

pull/1654/head
Krille 3 days ago
parent 7e8bb14c69
commit 5ec25ec2ed
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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) {

Loading…
Cancel
Save