fix image issue

Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
Benny Samir Hierl 2020-11-15 18:28:39 +01:00
parent 09e31c680b
commit e315f91ef4
No known key found for this signature in database
GPG key ID: 69DE3C3C097DB7F7
2 changed files with 4 additions and 3 deletions

View file

@ -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)

View file

@ -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