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:
@@ -24,8 +24,8 @@ local ReaderFooter = InputContainer:new{
|
||||
progress_text = nil,
|
||||
text_font_face = "ffont",
|
||||
text_font_size = 14,
|
||||
bar_height = Screen:scaleByDPI(7),
|
||||
height = Screen:scaleByDPI(19),
|
||||
bar_height = Screen:scaleByDPI(DMINIBAR_HEIGHT),
|
||||
height = Screen:scaleByDPI(DMINIBAR_CONTAINER_HEIGHT),
|
||||
padding = Screen:scaleByDPI(10),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user