Measure Pandoran font properly.

This commit is contained in:
Steve 2016-05-16 10:55:13 +01:00
parent 0be62d3810
commit 059ba3c540
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static void calculateMessageBoxHeight(MessageBox *msg)
{ {
limitTextWidth(575); limitTextWidth(575);
msg->height = getWrappedTextHeight(msg->body, 18); msg->height = getWrappedTextHeight(msg->body, (msg->type == MB_PANDORAN) ? 0 : 18);
limitTextWidth(0); limitTextWidth(0);
} }