mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-28 21:14:15 +01:00
fix: too long file names
This commit is contained in:
parent
b6e6301a14
commit
6f434c79ee
@ -30,12 +30,14 @@ class MessageDownloadContent extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
Icon(Icons.download_outlined),
|
Icon(Icons.download_outlined),
|
||||||
SizedBox(width: 8),
|
SizedBox(width: 8),
|
||||||
Text(
|
Expanded(
|
||||||
|
child: Text(
|
||||||
filename,
|
filename,
|
||||||
overflow: TextOverflow.fade,
|
overflow: TextOverflow.fade,
|
||||||
softWrap: false,
|
softWrap: false,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user