Skip to content

Commit

Permalink
Fix fore edge padding on standard layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
cass-kazumori committed Dec 20, 2023
1 parent af9f621 commit 2564370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Book {
'top' : configuration.topEdgePaddingPt,
'bottom': configuration.bottomEdgePaddingPt,
'binding': configuration.bindingEdgePaddingPt,
'fore_edge': configuration.foreEdgePaddingPt,
'fore_edge': configuration.mainForeEdgePaddingPt,
};
}

Expand Down

0 comments on commit 2564370

Please sign in to comment.