From b03a4c104f6170ae89a60bea476b2fbe26356a74 Mon Sep 17 00:00:00 2001 From: Samo Hribar <34912839+samolego@users.noreply.github.com> Date: Sat, 8 Feb 2025 20:59:02 +0100 Subject: [PATCH] Update mobile/lib/widgets/search/person_name_edit_form.dart Co-authored-by: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com> --- mobile/lib/widgets/search/person_name_edit_form.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/widgets/search/person_name_edit_form.dart b/mobile/lib/widgets/search/person_name_edit_form.dart index b4c646d461..6f6f25e1f4 100644 --- a/mobile/lib/widgets/search/person_name_edit_form.dart +++ b/mobile/lib/widgets/search/person_name_edit_form.dart @@ -98,7 +98,7 @@ class PersonNameEditForm extends HookConsumerWidget { content: SizedBox( width: MediaQuery.of(context).size.width * 0.6, height: filteredContacts.value.isEmpty - ? 80 + ? 64 : MediaQuery.of(context).size.height * 0.4, child: Column( children: [