From 54f7689e40faea8bc8beb419ca770d170b42515a Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 19 May 2023 12:06:15 +0100 Subject: [PATCH] v6.6.0 updates --- LabelStoreMax/lib/resources/widgets/woosignal_ui.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart b/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart index a0f45cf..c23f229 100644 --- a/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart +++ b/LabelStoreMax/lib/resources/widgets/woosignal_ui.dart @@ -339,7 +339,7 @@ class ProductItemContainer extends StatelessWidget { image: (product!.images.isNotEmpty ? product!.images.first.src : getEnv("PRODUCT_PLACEHOLDER_IMAGE")), - fit: BoxFit.cover, + fit: BoxFit.contain, height: constraints.maxHeight / 1.6, width: double.infinity, ),