make pop up dialog slightly larger to support autocomplete list showing

This commit is contained in:
2025-04-21 23:39:22 -07:00
parent ca52036bc4
commit d1114db855

View File

@@ -142,7 +142,7 @@ class CustomDialogBoxState extends State<CustomDialogBox> {
Widget _buildPageContent() {
return SizedBox(
height: MediaQuery.of(context).size.height * 0.25,
height: MediaQuery.of(context).size.height * 0.30,
child: PageView(
controller: _pageController,
physics: const NeverScrollableScrollPhysics(),