diff --git a/covas_mobile/lib/pages/ListItemMenu.dart b/covas_mobile/lib/pages/ListItemMenu.dart index 44dc232..2dcdf37 100644 --- a/covas_mobile/lib/pages/ListItemMenu.dart +++ b/covas_mobile/lib/pages/ListItemMenu.dart @@ -436,7 +436,7 @@ class _MyHomePageState extends State { ), if (suggestions.isNotEmpty) Container( - height: 175, + height: 200, decoration: BoxDecoration( border: Border.all(color: Colors.blue), borderRadius: BorderRadius.circular(8), @@ -518,8 +518,8 @@ class _MyHomePageState extends State { ), body: Column( children: [ - _buildItemZoneSearchField(), - if (showDateFields) + if (showArrow) _buildItemZoneSearchField(), + if ((showDateFields) && (showArrow)) Row( mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [