Skip to content

Commit

Permalink
readertypeset: fix margins info
Browse files Browse the repository at this point in the history
  • Loading branch information
hius07 authored Oct 7, 2024
1 parent 93935f3 commit d5b8538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/reader/modules/readertypeset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ Margins set to:
Tap to dismiss.]]),
optionsutil.formatFlexSize(margins[1]),
optionsutil.formatFlexSize(margins[2]),
optionsutil.formatFlexSize(margins[3]),
optionsutil.formatFlexSize(margins[2]),
optionsutil.formatFlexSize(margins[4]),
self.view.footer.reclaim_height and 0 or self.view.footer:getHeight()),
dismiss_callback = when_applied_callback,
Expand Down

0 comments on commit d5b8538

Please sign in to comment.