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

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,