Merge pull request #3497 from grummbeer/file-manager-time-overflow

File Manager. Textoverflow for column file time
This commit is contained in:
RustDesk 2023-03-04 12:03:58 +08:00 committed by GitHub
commit 0b8326afa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,