mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Make the geometry of the minibar user-configurable
As well as the width of the toc notches Lower the default value of the container size a bit to avoid eating into the last line on small borders setup (I checked on 167 & 212 DPI devices, Feel free to revert to the previous value (19) if that causes trouble).
This commit is contained in:
@@ -127,7 +127,12 @@ DMINIBAR_PAGES = true
|
||||
DMINIBAR_NEXT_CHAPTER = true
|
||||
DMINIBAR_BATTERY = true
|
||||
|
||||
DMINIBAR_PROGRESS_MARKER = true
|
||||
DMINIBAR_PROGRESS_MARKER = true -- Black notch for each TOC entry
|
||||
DMINIBAR_TOC_MARKER_WIDTH = 2 -- Looses usefulness > 3
|
||||
|
||||
DMINIBAR_HEIGHT = 7 -- Should be smaller than DMINIBAR_CONTAINER_HEIGHT
|
||||
DMINIBAR_CONTAINER_HEIGHT = 14 -- Larger means more padding at the bottom, at the risk of eating into the last line
|
||||
|
||||
|
||||
-- gesture detector defaults
|
||||
DGESDETECT_DISABLE_DOUBLE_TAP = true
|
||||
|
||||
Reference in New Issue
Block a user