From 8ab0f5f549040cfb6e9d608a5f7750d01f993e05 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Tue, 27 Feb 2024 11:56:54 -0600 Subject: [PATCH] CE-798 follow-up - increase width of date-time boxes (was too small to see all the fields!) --- src/qqq/components/query/QuickFilter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qqq/components/query/QuickFilter.tsx b/src/qqq/components/query/QuickFilter.tsx index 5df73b2..3a3362b 100644 --- a/src/qqq/components/query/QuickFilter.tsx +++ b/src/qqq/components/query/QuickFilter.tsx @@ -504,7 +504,7 @@ export default function QuickFilter({tableMetaData, fullFieldName, fieldMetaData ////////////////////////////// // return the button & menu // ////////////////////////////// - const widthAndMaxWidth = 250 + const widthAndMaxWidth = fieldMetaData?.type == QFieldType.DATE_TIME ? 275 : 250 return ( <> {button}