mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Font: unify font styling
This commit is contained in:
committed by
Qingping Hou
parent
19928f2b1b
commit
e1aa57f27e
@@ -42,7 +42,7 @@ local Screen = Device.screen
|
||||
|
||||
local InfoMessage = InputContainer:new{
|
||||
modal = true,
|
||||
face = Font:getFace("infofont", 25),
|
||||
face = Font:getFace("infofont"),
|
||||
text = "",
|
||||
timeout = nil, -- in seconds
|
||||
width = nil, -- The width of the InfoMessage. Keep it nil to use default value.
|
||||
|
||||
Reference in New Issue
Block a user