From b8c7ce2920109e1e8d062b54d20108cb1cd6daa8 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Tue, 22 Jun 2021 12:32:22 +0300 Subject: [PATCH] fix header --- lib/widgets/patients/profile/patient-profile-app-bar.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/widgets/patients/profile/patient-profile-app-bar.dart b/lib/widgets/patients/profile/patient-profile-app-bar.dart index 90e8d304..1ff7f1a3 100644 --- a/lib/widgets/patients/profile/patient-profile-app-bar.dart +++ b/lib/widgets/patients/profile/patient-profile-app-bar.dart @@ -515,11 +515,11 @@ class PatientProfileAppBar extends StatelessWidget with PreferredSizeWidget { ? 270 : ((patientProfileAppBarModel.patient!.appointmentDate!.isNotEmpty) ? patientProfileAppBarModel.isFromLabResult! - ? 170 - : 150 + ? 190 + : 170 : patientProfileAppBarModel.patient!.admissionDate != null ? patientProfileAppBarModel.isFromLabResult! - ? 170 + ? 190 : 170 : patientProfileAppBarModel.isDischargedPatient! ? 240