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, message: lastModifiedStr,
child: Text( child: Text(
lastModifiedStr, lastModifiedStr,
overflow: TextOverflow.ellipsis,
style: TextStyle( style: TextStyle(
fontSize: 12, fontSize: 12,
color: MyTheme.darkGray, color: MyTheme.darkGray,