MORTEVIELLE: Enlarge F3/F8 dialog

This commit is contained in:
Strangerke 2013-07-17 20:36:15 +02:00
parent 69f593ad1e
commit 85d79d0af8

View File

@ -415,7 +415,7 @@ void DialogManager::drawF3F8() {
int f8Width = _vm->_screenSurface.getStringWidth(f8); int f8Width = _vm->_screenSurface.getStringWidth(f8);
// Write out the bounding box // 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);
} }
/** /**