mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update PyBLØCK Widget.scriptable
This commit is contained in:
parent
61dc1844ee
commit
227f9659ad
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue