mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-28 15:49:04 +08:00
File Manager. Textoverflow for column file time
This commit is contained in:
parent
239d0291d0
commit
63b72598c4
@ -430,6 +430,7 @@ class _FileManagerPageState extends State<FileManagerPage>
|
||||
message: lastModifiedStr,
|
||||
child: Text(
|
||||
lastModifiedStr,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontSize: 12,
|
||||
color: MyTheme.darkGray,
|
||||
|
Loading…
Reference in New Issue
Block a user