mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
KeyValuePage: use items font size in child TextViewer (#7782)
This commit is contained in:
@@ -316,6 +316,7 @@ function KeyValueItem:onHold()
|
||||
local textviewer = TextViewer:new{
|
||||
title = self.key,
|
||||
text = self.value,
|
||||
text_face = Font:getFace("x_smallinfofont", self.font_size),
|
||||
lang = self.value_lang,
|
||||
width = self.textviewer_width,
|
||||
height = self.textviewer_height,
|
||||
|
||||
Reference in New Issue
Block a user