mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-06-07 05:57:41 +00:00
fix image issue
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
09e31c680b
commit
e315f91ef4
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Variables used by Scriptable.
|
// Variables used by Scriptable.
|
||||||
// These must be at the very top of the file. Do not edit.
|
// These must be at the very top of the file. Do not edit.
|
||||||
// icon-color: deep-blue; icon-glyph: shopping-cart;
|
// icon-color: deep-blue; icon-glyph: shopping-cart;
|
||||||
// Version 1.1.0
|
// Version 1.1.1
|
||||||
|
|
||||||
const cacheMinutes = 60 * 2
|
const cacheMinutes = 60 * 2
|
||||||
const today = new Date()
|
const today = new Date()
|
||||||
|
@ -300,8 +300,7 @@ if (!orderDetails) {
|
||||||
productStack.layoutHorizontally()
|
productStack.layoutHorizontally()
|
||||||
|
|
||||||
itemImageElement = productStack.addImage(itemImage)
|
itemImageElement = productStack.addImage(itemImage)
|
||||||
itemImageElement.imageSize = new Size(30, 30)
|
itemImageElement.imageSize = new Size(35, 35)
|
||||||
itemImageElement.applyFillingContentMode()
|
|
||||||
|
|
||||||
productStack.addSpacer(20)
|
productStack.addSpacer(20)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
1.1.1
|
||||||
|
- fix image issue
|
||||||
1.1.0
|
1.1.0
|
||||||
- status text translation added for en, de, fr, it, es
|
- status text translation added for en, de, fr, it, es
|
||||||
1.0.7
|
1.0.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue