mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
[mob][photos] Properly align person tiles
This commit is contained in:
parent
e41e0eadee
commit
80be753d77
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user