mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
removed filesize expanded
This commit is contained in:
parent
85a82a6ba7
commit
922a70adb4
@ -406,23 +406,20 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||||||
items, filteredEntries, entry, isLocal);
|
items, filteredEntries, entry, isLocal);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Expanded(
|
GestureDetector(
|
||||||
child: GestureDetector(
|
child: SizedBox(
|
||||||
child: SizedBox(
|
width: kDesktopFileTransferModifiedColWidth,
|
||||||
width:
|
child: Tooltip(
|
||||||
kDesktopFileTransferModifiedColWidth,
|
waitDuration:
|
||||||
child: Tooltip(
|
Duration(milliseconds: 500),
|
||||||
waitDuration:
|
message: lastModifiedStr,
|
||||||
Duration(milliseconds: 500),
|
child: Text(
|
||||||
message: lastModifiedStr,
|
lastModifiedStr,
|
||||||
child: Text(
|
style: TextStyle(
|
||||||
lastModifiedStr,
|
fontSize: 12,
|
||||||
style: TextStyle(
|
color: MyTheme.darkGray,
|
||||||
fontSize: 12,
|
),
|
||||||
color: MyTheme.darkGray,
|
)),
|
||||||
),
|
|
||||||
)),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
|
Loading…
Reference in New Issue
Block a user