chore: Follow up paddings
This commit is contained in:
parent
2e7eea9308
commit
7e8bb14c69
2 changed files with 92 additions and 95 deletions
|
|
@ -255,8 +255,9 @@ class SendFileDialogState extends State<SendFileDialog> {
|
|||
return Image.memory(
|
||||
bytes,
|
||||
height: 256,
|
||||
width:
|
||||
widget.files.length == 1 ? 256 : null,
|
||||
width: widget.files.length == 1
|
||||
? 256 - 24
|
||||
: null,
|
||||
fit: BoxFit.contain,
|
||||
errorBuilder: (context, e, s) {
|
||||
Logs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue