mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #305 from NuPogodi/master
avoid rendering infomessages with monospaced font
This commit is contained in:
@@ -21,7 +21,7 @@ function InfoMessage:show(text,refresh_mode)
|
||||
}),
|
||||
TextWidget:new({
|
||||
text = text,
|
||||
face = Font:getFace("infont", 30)
|
||||
face = Font:getFace("infofont", 30)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user