mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
removed filesize expanded
This commit is contained in:
parent
85a82a6ba7
commit
922a70adb4
1 changed files with 14 additions and 17 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue