mirror of https://github.com/espruino/BangleApps
parent
f4a467fbe6
commit
9e82dec181
|
@ -45,7 +45,7 @@ if (BANGLEJS2) { // add virtual buttons in display
|
||||||
layoutChilden.push({type:"h", c:[
|
layoutChilden.push({type:"h", c:[
|
||||||
{type:"btn", width:buttonWidth, height:buttonHeight, label:"BTN4", id:"touchBtn4" },
|
{type:"btn", width:buttonWidth, height:buttonHeight, label:"BTN4", id:"touchBtn4" },
|
||||||
{type:"btn", width:buttonWidth, height:buttonHeight, label:"BTN5", id:"touchBtn5" },
|
{type:"btn", width:buttonWidth, height:buttonHeight, label:"BTN5", id:"touchBtn5" },
|
||||||
]});
|
]});
|
||||||
}
|
}
|
||||||
|
|
||||||
const layout = new Layout(
|
const layout = new Layout(
|
||||||
|
|
Loading…
Reference in New Issue