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
Showing only changes of commit 7627aa07fd - Show all commits

View File

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