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,
|
bytes,
|
||||||
height: 256,
|
height: 256,
|
||||||
width: widget.files.length == 1
|
width: widget.files.length == 1
|
||||||
? 256 - 24
|
? 256 - 36
|
||||||
: null,
|
: null,
|
||||||
fit: BoxFit.contain,
|
fit: BoxFit.contain,
|
||||||
errorBuilder: (context, e, s) {
|
errorBuilder: (context, e, s) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue