BangleApps/tests/Layout/tests/padding_issue819_2.js

8 lines
190 B
JavaScript

var layout = new Layout({type: "v", c: [
{type: "h", pad: 20, c: [
{type: "txt", font: "10%", label: "abcd"},
{fillx: 1},
{type: "txt", font: "10%", label: "1234"},
]},
]});