mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
make default font size consistent
This commit is contained in:
@@ -79,7 +79,7 @@ function ReaderFont:onReadSettings(config)
|
||||
self.font_size = config:readSetting("font_size")
|
||||
if not self.font_size then
|
||||
--@TODO change this! 12.01 2013 (houqp)
|
||||
self.font_size = 29
|
||||
self.font_size = DCREREADER_CONFIG_DEFAULT_FONT_SIZE
|
||||
end
|
||||
self.ui.document:setFontSize(Screen:scaleByDPI(self.font_size))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user