File Manager. Textoverflow for column file time

This commit is contained in:
grummbeer 2023-03-03 19:33:55 +01:00
parent 239d0291d0
commit 63b72598c4

View File

@ -430,6 +430,7 @@ class _FileManagerPageState extends State<FileManagerPage>
message: lastModifiedStr,
child: Text(
lastModifiedStr,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 12,
color: MyTheme.darkGray,