Increase font size

master
Martin Zwigl 2025-03-14 00:12:43 +01:00
parent 1d0a976a2d
commit b1525d3073
2 changed files with 5 additions and 5 deletions

View File

@ -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")},

View File

@ -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",