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