From d3dc6fdac121a06a00c2087fe0b66241efa8ef62 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Thu, 18 Apr 2024 18:07:37 +0200 Subject: [PATCH] update size of prices, phone, site and email (geopoint) --- .../Section/SubSection/Map/showNewOrUpdateGeoPoint.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Screens/Configurations/Section/SubSection/Map/showNewOrUpdateGeoPoint.dart b/lib/Screens/Configurations/Section/SubSection/Map/showNewOrUpdateGeoPoint.dart index 4813ab9..055811b 100644 --- a/lib/Screens/Configurations/Section/SubSection/Map/showNewOrUpdateGeoPoint.dart +++ b/lib/Screens/Configurations/Section/SubSection/Map/showNewOrUpdateGeoPoint.dart @@ -179,7 +179,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct } }, maxLines: 1, - isTitle: false + isTitle: true ), ), ], @@ -207,7 +207,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct } }, maxLines: 1, - isTitle: false + isTitle: true ), ), Container( @@ -226,7 +226,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct } }, maxLines: 1, - isTitle: false + isTitle: true ), ), Container( @@ -245,7 +245,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct } }, maxLines: 1, - isTitle: false + isTitle: true ), ), ],