Skip to content

Commit

Permalink
Fix style cover page
Browse files Browse the repository at this point in the history
  • Loading branch information
tpcarman committed Feb 21, 2024
1 parent da055ff commit fa576ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AsBuiltReport.Core.Style.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ if ($ReportConfig.Report.ShowHeaderFooter) {

# Set position of report titles and information based on page orientation
if (!($ReportConfig.Report.ShowCoverPageImage)) {
$LineCount = 5
$LineCount = 7
}
if ($Orientation -eq 'Portrait') {
BlankLine -Count 11
$LineCount = 32 + $LineCount
$LineCount = 22 + $LineCount
} else {
BlankLine -Count 7
$LineCount = 15 + $LineCount
$LineCount = 9 + $LineCount
}

# Cover Page Image
Expand Down

0 comments on commit fa576ff

Please sign in to comment.