Update PyBLØCK Widget.scriptable

This commit is contained in:
curly60e 2023-04-08 08:15:20 -03:00 committed by GitHub
parent a6eb929a6f
commit c302f18123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ async function createWidget()
pr.font = Font.boldSystemFont(13);
pr.textColor = new Color("#EEEEEE")
let ms = listwidget.addText(psats + " Șats = 1 $");
let ms = listwidget.addText(psats + " = 1 $");
ms.centerAlignText();
ms.font = Font.boldSystemFont(22);
ms.textColor = new Color("#0aff17")