mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update context menu for image
This commit is contained in:
@@ -17,7 +17,9 @@ class GalleryBasicInfo extends StatelessWidget {
|
||||
child: Column(children: [
|
||||
Expanded(
|
||||
child: Row(children: [
|
||||
Expanded(flex: 2, child: Thumbnail(firstPage, fileId: fileId)),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: Thumbnail(firstPage, fileId: fileId, gid: gMeta.gid)),
|
||||
Expanded(
|
||||
flex: 3,
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user