Simple layout extended and trying load data; fixed font
parent
0434126f9b
commit
2bd0e18bcb
|
|
@ -11,7 +11,7 @@ var layout = new Layout({
|
||||||
{type:"btn", label:"...", halign:1, cb: d=>setDummy("dot-dot-dot")}
|
{type:"btn", label:"...", halign:1, cb: d=>setDummy("dot-dot-dot")}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{type:"txt", id:"tknGraph", font:"20%", label:"graph..." },
|
{type:"txt", id:"tknGraph", font:"6x8", label:"graph..." },
|
||||||
{type:"h",
|
{type:"h",
|
||||||
c: [
|
c: [
|
||||||
{type:"btn", label:"07", cb: d=>setDummy("seven")},
|
{type:"btn", label:"07", cb: d=>setDummy("seven")},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "coin_info",
|
{ "id": "coin_info",
|
||||||
"name": "Crypto-Coins Info",
|
"name": "Crypto-Coins Info",
|
||||||
"shortName":"Coins Info",
|
"shortName":"Coins Info",
|
||||||
"version": "0.06.04",
|
"version": "0.06.05",
|
||||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clkinfo",
|
"tags": "clkinfo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue