Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dheshanm committed Apr 13, 2023
2 parents 841dbf1 + 97568f4 commit b1ead2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
applicationId "com.mohandass.botforge"
minSdk 28
targetSdk 33
versionCode 24
versionName "1.2.4"
versionCode 25
versionName "1.2.5"

vectorDrawables {
useSupportLibrary true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ class PdfWriter(
currentPage = pdfDocument.startPage(pageInfo)
canvas = currentPage.canvas

// maxWidth = pageWidth - (2 * margin)
maxWidth = pageWidth.toFloat()
maxWidth = (pageWidth - (1.5 * margin)).toFloat()

renderHeader()
}
Expand Down

0 comments on commit b1ead2a

Please sign in to comment.