mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add font size menu entry
It changes screen DPI and may needs to reboot the reader to take effect. This should fix #746.
This commit is contained in:
@@ -237,7 +237,7 @@ local TouchMenu = InputContainer:new{
|
||||
item_height = Screen:scaleByDPI(50),
|
||||
bordersize = Screen:scaleByDPI(2),
|
||||
padding = Screen:scaleByDPI(5),
|
||||
footer_height = Screen:scaleByDPI(50),
|
||||
footer_height = 48 + Screen:scaleByDPI(5),
|
||||
fface = Font:getFace("ffont", 20),
|
||||
width = nil,
|
||||
height = nil,
|
||||
|
||||
Reference in New Issue
Block a user