Merge pull request #305 from NuPogodi/master

avoid rendering infomessages with monospaced font
This commit is contained in:
NuPogodi
2012-09-22 03:31:33 -07:00

View File

@@ -21,7 +21,7 @@ function InfoMessage:show(text,refresh_mode)
}),
TextWidget:new({
text = text,
face = Font:getFace("infont", 30)
face = Font:getFace("infofont", 30)
})
})
})