Med Search window enhancement

This commit is contained in:
2024-10-02 09:20:41 +02:00
parent 7eaa879ff4
commit 106020e6a9
2 changed files with 132 additions and 89 deletions

View File

@@ -48,7 +48,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
if (widget.secondaryActionButton != null) {
temp.add(widget.secondaryActionButton!);
} else {
print(widget.header.headerItems.length);
//print(widget.header.headerItems.length);
if (widget.header.headerItems.length == 1) {
temp.add(const SizedBox(
width: 50,