From 389f840f44623521715ed603e278bb25379939e4 Mon Sep 17 00:00:00 2001 From: yaso Date: Tue, 8 Oct 2024 14:18:43 +0200 Subject: [PATCH] pop up size change --- .../mih_pop_up_messages/mih_notification_message.dart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart b/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart index 96dbf724..743ff688 100644 --- a/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart +++ b/Frontend/patient_manager/lib/mih_components/mih_pop_up_messages/mih_notification_message.dart @@ -164,6 +164,11 @@ class _MIHNotificationMessageState extends State return SlideTransition( position: _scaleAnimation, child: Dialog( + insetPadding: const EdgeInsets.only( + top: 45, + left: 5, + right: 5, + ), shadowColor: secondary, alignment: Alignment.topCenter, child: notifyPopUp(),