1
0
forked from poc/pds

changed item row size in wire pdf

This commit is contained in:
dhanabalan
2026-07-06 17:14:33 +05:30
parent aad961260a
commit 7627aa07fd

View File

@@ -51,7 +51,7 @@
$itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10;
$itemRowHeight -= 0.3;
$itemRowHeight -= 0.7;
if ($numItems == 1) {
$itemRowHeight -= 2.0;
}