diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 7ee1a44c9..fc907af88 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -11,7 +11,7 @@ var layout = new Layout({ {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", c: [ {type:"btn", label:"07", cb: d=>setDummy("seven")}, diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index 905b7e3ac..3b5178410 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.04", + "version": "0.06.05", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",