Adjust screen margins

This commit is contained in:
Dave Allie 2025-12-12 22:11:00 +11:00
parent 583fe91fe4
commit 3723150f07
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -10,9 +10,9 @@
constexpr int PAGES_PER_REFRESH = 15;
constexpr unsigned long SKIP_CHAPTER_MS = 700;
constexpr float lineCompression = 0.95f;
constexpr int marginTop = 11;
constexpr int marginTop = 10;
constexpr int marginRight = 10;
constexpr int marginBottom = 30;
constexpr int marginBottom = 20;
constexpr int marginLeft = 10;
void EpubReaderScreen::taskTrampoline(void* param) {