- 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:
parent
2b0cc30f7c
commit
10f1281977
6 changed files with 16 additions and 21 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue