From 58453132e4d9123ed3fa72e4f3af708ae2130b2c Mon Sep 17 00:00:00 2001 From: yaso Date: Fri, 27 Sep 2024 12:30:02 +0200 Subject: [PATCH] window param reorder --- .../lib/mih_components/mih_layout/mih_window.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart index 889b232a..7f5c6b74 100644 --- a/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart +++ b/Frontend/patient_manager/lib/mih_components/mih_layout/mih_window.dart @@ -11,9 +11,9 @@ class MIHWindow extends StatefulWidget { super.key, required this.fullscreen, required this.windowTitle, - required this.windowBody, required this.windowTools, required this.onWindowTapClose, + required this.windowBody, }); @override