Increase font size
parent
1d0a976a2d
commit
b1525d3073
|
|
@ -5,14 +5,14 @@ let ticker = 0;
|
||||||
var Layout = require("Layout");
|
var Layout = require("Layout");
|
||||||
var layout = new Layout({
|
var layout = new Layout({
|
||||||
type:"v", c: [
|
type:"v", c: [
|
||||||
{type:"h",
|
{type:"h", valign:-1,
|
||||||
c: [
|
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:"btn", label:"...", halign:1, cb: d=>setDummy("dot-dot-dot")}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{type:"txt", id:"tknGraph", font:"12x16", label:"graph..." },
|
{type:"txt", id:"tknGraph", font:"12", label:"graph..." },
|
||||||
{type:"h",
|
{type:"h", valign:1,
|
||||||
c: [
|
c: [
|
||||||
{type:"btn", label:"07", cb: d=>setDummy("seven")},
|
{type:"btn", label:"07", cb: d=>setDummy("seven")},
|
||||||
{type:"btn", label:"14", cb: d=>setDummy("fourteen")},
|
{type:"btn", label:"14", cb: d=>setDummy("fourteen")},
|
||||||
|
|
|
||||||
|
|
@ -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.08",
|
"version": "0.06.09",
|
||||||
"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