Increase font size
parent
1d0a976a2d
commit
b1525d3073
|
|
@ -5,14 +5,14 @@ let ticker = 0;
|
|||
var Layout = require("Layout");
|
||||
var layout = new Layout({
|
||||
type:"v", c: [
|
||||
{type:"h",
|
||||
{type:"h", valign:-1,
|
||||
c: [
|
||||
{type:"txt", id:"tknName", font:"12x16", label:"Load...", halign:-1},
|
||||
{type:"txt", id:"tknName", font:"12", label:"Load...", halign:-1},
|
||||
{type:"btn", label:"...", halign:1, cb: d=>setDummy("dot-dot-dot")}
|
||||
]
|
||||
},
|
||||
{type:"txt", id:"tknGraph", font:"12x16", label:"graph..." },
|
||||
{type:"h",
|
||||
{type:"txt", id:"tknGraph", font:"12", label:"graph..." },
|
||||
{type:"h", valign:1,
|
||||
c: [
|
||||
{type:"btn", label:"07", cb: d=>setDummy("seven")},
|
||||
{type:"btn", label:"14", cb: d=>setDummy("fourteen")},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.08",
|
||||
"version": "0.06.09",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue