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,11 +406,9 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||
items, filteredEntries, entry, isLocal);
|
||||
},
|
||||
),
|
||||
Expanded(
|
||||
child: GestureDetector(
|
||||
GestureDetector(
|
||||
child: SizedBox(
|
||||
width:
|
||||
kDesktopFileTransferModifiedColWidth,
|
||||
width: kDesktopFileTransferModifiedColWidth,
|
||||
child: Tooltip(
|
||||
waitDuration:
|
||||
Duration(milliseconds: 500),
|
||||
|
@ -424,7 +422,6 @@ class _FileManagerPageState extends State<FileManagerPage>
|
|||
)),
|
||||
),
|
||||
),
|
||||
),
|
||||
SizedBox(
|
||||
width: 100,
|
||||
child: GestureDetector(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue