changed item row size in wire pdf #810

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-06 11:44:46 +00:00

View File

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