Chat now inherits font and font size.

This commit is contained in:
Tomas Seniunas 2021-06-08 18:58:32 +09:00
parent 0c516b2425
commit 8726c3e118

View File

@ -10,7 +10,8 @@ function lotj.chat.setup()
autoWrap = false, autoWrap = false,
color = "black", color = "black",
scrollBar = true, scrollBar = true,
fontSize = 12, font = getFont(),
fontSize = getFontSize(),
}, contentsContainer) }, contentsContainer)
-- Set the wrap at a few characters short of the full width to avoid the scroll bar showing over text -- Set the wrap at a few characters short of the full width to avoid the scroll bar showing over text