fix box alainments for all screen sizes

This commit is contained in:
2024-08-27 11:47:10 +02:00
parent 14d6beaa8c
commit 4ed438a44b
4 changed files with 54 additions and 35 deletions

View File

@@ -172,7 +172,7 @@ class _PatientManagerState extends State<PatientManager> {
},
child: SizedBox(
width: w,
height: 600,
height: h - 157,
child: Column(mainAxisSize: MainAxisSize.max, children: [
const SizedBox(height: 5),
const Text(
@@ -302,7 +302,7 @@ class _PatientManagerState extends State<PatientManager> {
Widget patientQueue(double w, double h) {
return SizedBox(
width: w,
height: 600,
height: h - 157,
child: Column(mainAxisSize: MainAxisSize.max, children: [
//const SizedBox(height: 15),
Row(