[mob][photos] Properly align person tiles

This commit is contained in:
laurenspriem 2024-05-30 13:02:00 +05:30
parent e41e0eadee
commit 80be753d77

View File

@ -19,6 +19,8 @@ class PersonRowItem extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return ListTile( return ListTile(
dense: false, dense: false,
minLeadingWidth: 0,
contentPadding: const EdgeInsets.symmetric(horizontal: 0),
leading: SizedBox( leading: SizedBox(
width: 56, width: 56,
height: 56, height: 56,