|
@@ -163,7 +163,7 @@ class _DeduplicatePageState extends State<DeduplicatePage> {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return Padding(
|
|
return Padding(
|
|
- padding: const EdgeInsets.only(top: 10, bottom: 10),
|
|
|
|
|
|
+ padding: const EdgeInsets.symmetric(vertical: 8),
|
|
child: _getGridView(
|
|
child: _getGridView(
|
|
_duplicates[index - kHeaderRowCount],
|
|
_duplicates[index - kHeaderRowCount],
|
|
index - kHeaderRowCount,
|
|
index - kHeaderRowCount,
|
|
@@ -457,8 +457,7 @@ class _DeduplicatePageState extends State<DeduplicatePage> {
|
|
padding: const EdgeInsets.only(right: 2),
|
|
padding: const EdgeInsets.only(right: 2),
|
|
child: Text(
|
|
child: Text(
|
|
CollectionsService.instance
|
|
CollectionsService.instance
|
|
- .getCollectionByID(file.collectionID)
|
|
|
|
- .name,
|
|
|
|
|
|
+ .getCollectionNameByID(file.collectionID),
|
|
style: Theme.of(context).textTheme.caption.copyWith(fontSize: 12),
|
|
style: Theme.of(context).textTheme.caption.copyWith(fontSize: 12),
|
|
overflow: TextOverflow.ellipsis,
|
|
overflow: TextOverflow.ellipsis,
|
|
),
|
|
),
|