mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2025-12-18 15:17:42 +03:00
no extra spacing between paragraphs
This commit is contained in:
parent
3bc5f8bc7a
commit
3262d8d2b7
@ -275,5 +275,5 @@ void ChapterHtmlSlimParser::makePages() {
|
|||||||
renderer, fontId, marginLeft + marginRight,
|
renderer, fontId, marginLeft + marginRight,
|
||||||
[this](const std::shared_ptr<TextBlock>& textBlock) { addLineToPage(textBlock); });
|
[this](const std::shared_ptr<TextBlock>& textBlock) { addLineToPage(textBlock); });
|
||||||
// Extra paragrpah spacing
|
// Extra paragrpah spacing
|
||||||
currentPageNextY += lineHeight / 2;
|
//currentPageNextY += lineHeight / 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user