From f783657a5797909b35a17b7fcf6f16e9598f18ed Mon Sep 17 00:00:00 2001 From: yaso Date: Wed, 30 Oct 2024 13:02:07 +0200 Subject: [PATCH] resize and position of profile pic in home --- .../lib/mih_packages/mih_home/mih_home.dart | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/Frontend/patient_manager/lib/mih_packages/mih_home/mih_home.dart b/Frontend/patient_manager/lib/mih_packages/mih_home/mih_home.dart index f10006a1..bee17579 100644 --- a/Frontend/patient_manager/lib/mih_packages/mih_home/mih_home.dart +++ b/Frontend/patient_manager/lib/mih_packages/mih_home/mih_home.dart @@ -560,18 +560,15 @@ class _MIHHomeState extends State { Widget getActionButton() { return Builder(builder: (context) { return MIHAction( - icon: Padding( - padding: const EdgeInsets.all(5), - child: MIHProfilePicture( - profilePictureFile: widget.propicFile, - proPicController: proPicController, - proPic: null, - width: 45, - radius: 21, - drawerMode: false, - editable: false, - onChange: (newProPic) {}, - ), + icon: MIHProfilePicture( + profilePictureFile: widget.propicFile, + proPicController: proPicController, + proPic: null, + width: 40, + radius: 18, + drawerMode: false, + editable: false, + onChange: (newProPic) {}, ), // const Icon(Icons.apps), iconSize: 45,