update size of prices, phone, site and email (geopoint)

This commit is contained in:
Thomas Fransolet 2024-04-18 18:07:37 +02:00
parent b04d90a3ad
commit d3dc6fdac1

View File

@ -179,7 +179,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct
} }
}, },
maxLines: 1, maxLines: 1,
isTitle: false isTitle: true
), ),
), ),
], ],
@ -207,7 +207,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct
} }
}, },
maxLines: 1, maxLines: 1,
isTitle: false isTitle: true
), ),
), ),
Container( Container(
@ -226,7 +226,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct
} }
}, },
maxLines: 1, maxLines: 1,
isTitle: false isTitle: true
), ),
), ),
Container( Container(
@ -245,7 +245,7 @@ void showNewOrUpdateGeoPoint(MapDTO mapDTO, GeoPointDTO? inputGeoPointDTO, Funct
} }
}, },
maxLines: 1, maxLines: 1,
isTitle: false isTitle: true
), ),
), ),
], ],