Reduce the size of the folder icon
This commit is contained in:
parent
5e1138f79c
commit
df630c2b91
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ class _DeviceFolderGalleryWidgetState extends State<DeviceFolderGalleryWidget> {
|
|||
child: Hero(
|
||||
tag: "device_folder:" + folder.path + folder.thumbnail.tag(),
|
||||
child: ThumbnailWidget(folder.thumbnail)),
|
||||
height: 150,
|
||||
width: 150,
|
||||
height: 140,
|
||||
width: 140,
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue