From e315f91ef427e77fab2abb689f60621eec3e8a85 Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Sun, 15 Nov 2020 18:28:39 +0100 Subject: [PATCH] fix image issue Signed-off-by: Benny Samir Hierl --- Apple-Order-Status/Apple-Store-Order-Status.js | 5 ++--- Apple-Order-Status/CHANGELOG | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Apple-Order-Status/Apple-Store-Order-Status.js b/Apple-Order-Status/Apple-Store-Order-Status.js index a783728..8a2def1 100644 --- a/Apple-Order-Status/Apple-Store-Order-Status.js +++ b/Apple-Order-Status/Apple-Store-Order-Status.js @@ -1,7 +1,7 @@ // Variables used by Scriptable. // These must be at the very top of the file. Do not edit. // icon-color: deep-blue; icon-glyph: shopping-cart; -// Version 1.1.0 +// Version 1.1.1 const cacheMinutes = 60 * 2 const today = new Date() @@ -300,8 +300,7 @@ if (!orderDetails) { productStack.layoutHorizontally() itemImageElement = productStack.addImage(itemImage) - itemImageElement.imageSize = new Size(30, 30) - itemImageElement.applyFillingContentMode() + itemImageElement.imageSize = new Size(35, 35) productStack.addSpacer(20) diff --git a/Apple-Order-Status/CHANGELOG b/Apple-Order-Status/CHANGELOG index f0bcfa0..f5949da 100644 --- a/Apple-Order-Status/CHANGELOG +++ b/Apple-Order-Status/CHANGELOG @@ -1,3 +1,5 @@ +1.1.1 + - fix image issue 1.1.0 - status text translation added for en, de, fr, it, es 1.0.7