Merge pull request 'Changed logic in wire pallet pdf' (#669) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #669
This commit was merged in pull request #669.
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
$itemRowHeight -= 0.5;
|
$itemRowHeight -= 0.5;
|
||||||
}
|
}
|
||||||
if ($numItems == 2) {
|
if ($numItems == 2) {
|
||||||
$itemRowHeight += 0.4;
|
$itemRowHeight -= 0.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($itemRowHeight < 3) {
|
if ($itemRowHeight < 3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user