align to window enhancement

This commit is contained in:
2024-09-27 11:45:17 +02:00
parent 1f05e90e46
commit 4127802188
3 changed files with 26 additions and 25 deletions

View File

@@ -206,8 +206,9 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
context: context,
barrierDismissible: false,
builder: (context) => MIHWindow(
fullscreen: false,
windowTitle: "Update Appointment Access",
windowItems: [
windowBody: [
const SizedBox(
height: 10,
),
@@ -262,8 +263,8 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
height: 10,
),
],
actionItems: const [],
onTapClose: () {
windowTools: const [],
onWindowTapClose: () {
Navigator.pop(context);
}),
);