Avoid rendering infomessages with the 'infont' used in user-inputbox (i.e. monospaced font hardly suitable for messages)

BTW, I've fixed it already the 3rd time and, let me hope, the last one.
NuPogodi 12 years ago
parent 940408fc51
commit e621e006b9

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

Loading…
Cancel
Save