Font: unify font styling

This commit is contained in:
Frans de Jonge
2017-04-29 10:38:09 +02:00
committed by Qingping Hou
parent 19928f2b1b
commit e1aa57f27e
30 changed files with 385 additions and 354 deletions

View File

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