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:
NiLuJe
2014-08-11 05:09:45 +02:00
parent 81f2d4b668
commit e2efb230a6
3 changed files with 11 additions and 5 deletions

View File

@@ -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