mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
MORTEVIELLE: Enlarge F3/F8 dialog
This commit is contained in:
parent
69f593ad1e
commit
85d79d0af8
@ -415,7 +415,7 @@ void DialogManager::drawF3F8() {
|
||||
int f8Width = _vm->_screenSurface.getStringWidth(f8);
|
||||
|
||||
// Write out the bounding box
|
||||
_vm->_screenSurface.drawBox(0, 42, MAX(f3Width, f8Width) + 6, 16, 7);
|
||||
_vm->_screenSurface.drawBox(0, 42, MAX(f3Width, f8Width) + 6, 18, 7);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user