From f168a5e2f5b39b407b4b30acadfa1d4d5295392c Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Thu, 13 Mar 2025 23:25:02 +0100 Subject: [PATCH] Simple layout extended and trying load data; fixed font --- apps/coin_info/app.js | 2 +- apps/coin_info/metadata.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index fc907af88..99348e9a8 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -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")} ] }, diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 3b5178410..6541a3420 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -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",