mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 19:39:20 +08:00
removed filesize expanded
This commit is contained in:
parent
85a82a6ba7
commit
922a70adb4
@ -406,11 +406,9 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||||||
items, filteredEntries, entry, isLocal);
|
items, filteredEntries, entry, isLocal);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Expanded(
|
GestureDetector(
|
||||||
child: GestureDetector(
|
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width:
|
width: kDesktopFileTransferModifiedColWidth,
|
||||||
kDesktopFileTransferModifiedColWidth,
|
|
||||||
child: Tooltip(
|
child: Tooltip(
|
||||||
waitDuration:
|
waitDuration:
|
||||||
Duration(milliseconds: 500),
|
Duration(milliseconds: 500),
|
||||||
@ -424,7 +422,6 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||||||
)),
|
)),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 100,
|
width: 100,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
|
Loading…
Reference in New Issue
Block a user