docs: barcode gen: fix acery3420 dimensions

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-02-28 19:31:35 +01:00
parent e57aa36d3e
commit d336363771
2 changed files with 4 additions and 4 deletions

View File

@ -69,8 +69,8 @@ let colors = [
'#705A81',
];
let lto_label_width = 70;
let lto_label_height = 17;
const lto_label_width = 70;
const lto_label_height = 16.9;
function foreach_label(page_layout, callback) {
let count = 0;