KeyValuePage: use items font size in child TextViewer (#7782)

This commit is contained in:
hius07
2021-05-31 22:50:44 +03:00
committed by GitHub
parent e66d294bce
commit ecafdbfed8

View File

@@ -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,