chore: Follow up paddings
This commit is contained in:
parent
7e8bb14c69
commit
5ec25ec2ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue