From 5fc16ffd0c9e7c2e0cb8aed89dc436455e5d8d5b Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Tue, 12 Mar 2024 16:54:02 +0100 Subject: [PATCH] Small fixs to deploy ! --- .../Section/SubSection/Map/listView_card_geoPoint_images.dart | 4 ++-- .../Section/SubSection/Puzzle/puzzle_config.dart | 2 ++ .../Section/SubSection/Slider/new_update_image_slider.dart | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/Screens/Configurations/Section/SubSection/Map/listView_card_geoPoint_images.dart b/lib/Screens/Configurations/Section/SubSection/Map/listView_card_geoPoint_images.dart index b040b4d..fe21343 100644 --- a/lib/Screens/Configurations/Section/SubSection/Map/listView_card_geoPoint_images.dart +++ b/lib/Screens/Configurations/Section/SubSection/Map/listView_card_geoPoint_images.dart @@ -81,7 +81,7 @@ class _ListViewCardGeoPointContentsState extends State { fontSize: 20, color: kPrimaryColor, initialValue: puzzleDTO.messageDebut != null ? puzzleDTO.messageDebut! : [], + resourceTypes: [ResourceType.Image, ResourceType.ImageUrl], onGetResult: (value) { print("Mess depart test"); print(value); @@ -94,6 +95,7 @@ class _PuzzleConfigState extends State { fontSize: 20, color: kPrimaryColor, initialValue: puzzleDTO.messageFin != null ? puzzleDTO.messageFin! : [], + resourceTypes: [ResourceType.Image, ResourceType.ImageUrl], onGetResult: (value) { if (puzzleDTO.messageFin != value) { setState(() { diff --git a/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart b/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart index c362d0f..565fbce 100644 --- a/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart +++ b/lib/Screens/Configurations/Section/SubSection/Slider/new_update_image_slider.dart @@ -71,9 +71,9 @@ Future showNewOrUpdateContentSlider(ContentDTO? inputContentDTO, App ), if(showTitle || showDescription) Container( - height: size.height * 0.2, + height: size.height * 0.3, width: double.infinity, - constraints: BoxConstraints(minHeight: 150), + constraints: BoxConstraints(minHeight: 200), child: Column( children: [ MultiStringInputContainer(