Merge pull request #3497 from grummbeer/file-manager-time-overflow
File Manager. Textoverflow for column file time
This commit is contained in:
commit
0b8326afa9
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user