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
@@ -78,9 +78,9 @@ local InputDialog = InputContainer:new{
|
||||
text_width = nil,
|
||||
text_height = nil,
|
||||
|
||||
title_face = Font:getFace("tfont", 22),
|
||||
description_face = Font:getFace("cfont", 20),
|
||||
input_face = Font:getFace("cfont", 20),
|
||||
title_face = Font:getFace("x_smalltfont"),
|
||||
description_face = Font:getFace("x_smallinfofont"),
|
||||
input_face = Font:getFace("x_smallinfofont"),
|
||||
|
||||
title_padding = Screen:scaleBySize(5),
|
||||
title_margin = Screen:scaleBySize(2),
|
||||
|
||||
Reference in New Issue
Block a user