Simple layout extended and trying load data; fixed font

master
Martin Zwigl 2025-03-13 23:25:02 +01:00
parent 2bd0e18bcb
commit f168a5e2f5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ var layout = new Layout({
type:"v", c: [
{type:"h",
c: [
{type:"txt", id:"tknName", label:"Load...", halign:-1},
{type:"txt", id:"tknName", font:"6x8", label:"Load...", halign:-1},
{type:"btn", label:"...", halign:1, cb: d=>setDummy("dot-dot-dot")}
]
},

View File

@ -1,7 +1,7 @@
{ "id": "coin_info",
"name": "Crypto-Coins Info",
"shortName":"Coins Info",
"version": "0.06.05",
"version": "0.06.06",
"description": "Crypto-Coins Infos with the help of the Binance API",
"icon": "app.png",
"tags": "clkinfo",