Update PyBLØCK Widget.scriptable

This commit is contained in:
Satoshi Nakamoto 2022-04-29 22:34:32 +02:00 committed by GitHub
parent 61dc1844ee
commit 227f9659ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,12 +88,12 @@ async function createWidget()
wdgDesc.textColor = new Color("#EEEEEE");
mem.textColor = new Color("#0aff17");
let pr = listwidget.addText(Price + " $ = 1 ₿");
let pr = listwidget.addText(Price + " $ = 1 ₿itcoin");
pr.centerAlignText();
pr.font = Font.boldSystemFont(11);
pr.textColor = new Color("#eeeeee")
let ms = listwidget.addText(MoscowTime +" Ș = 1 $");
let ms = listwidget.addText(MoscowTime +" Șats = 1 $");
ms.centerAlignText();
ms.font = Font.boldSystemFont(11);
ms.textColor = new Color("#0aff17")