- Remove LabelOffset from menus entirely and just compute things so that the console font and

small font, when mixed on the same line, align at their baselines.

SVN r3786 (trunk)
This commit is contained in:
Randy Heit 2012-07-26 05:27:37 +00:00
commit 10f1281977
6 changed files with 16 additions and 21 deletions

View file

@ -214,7 +214,7 @@ void DMessageBoxMenu::Drawer ()
{
screen->DrawText(ConFont, OptionSettings.mFontColorSelection,
(150 - 160) * CleanXfac + screen->GetWidth() / 2,
(y + (fontheight + 1) * messageSelection - 100) * CleanYfac + screen->GetHeight() / 2,
(y + (fontheight + 1) * messageSelection - 100 + fontheight/2 - 5) * CleanYfac + screen->GetHeight() / 2,
"\xd",
DTA_CellX, 8 * CleanXfac,
DTA_CellY, 8 * CleanYfac,