Reduce the size of the folder icon

This commit is contained in:
Vishnu Mohandas 2020-08-09 20:21:46 +05:30
parent 5e1138f79c
commit df630c2b91

View file

@ -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),