adjusted SnapshotDialog size to removed widget

This commit is contained in:
thrust26 2018-08-17 21:02:31 +02:00
parent 13c616c4c8
commit f12c4bb485
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ SnapshotDialog::SnapshotDialog(OSystem& osystem, DialogContainer& parent,
// Set real dimensions
_w = std::min(max_w, 64 * fontWidth + HBORDER * 2);
_h = 10 * (lineHeight + 4) + VBORDER + _th;
_h = 9 * (lineHeight + 4) + VBORDER + _th;
xpos = HBORDER; ypos = VBORDER + _th;