Simple layout extended and trying load data; fixed font
parent
2bd0e18bcb
commit
f168a5e2f5
|
|
@ -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")}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue