From f12c4bb485758a05892ec078bad7f3e371a8fc0e Mon Sep 17 00:00:00 2001 From: thrust26 Date: Fri, 17 Aug 2018 21:02:31 +0200 Subject: [PATCH] adjusted SnapshotDialog size to removed widget --- src/gui/SnapshotDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/SnapshotDialog.cxx b/src/gui/SnapshotDialog.cxx index e02ba7c14..a75837eb3 100644 --- a/src/gui/SnapshotDialog.cxx +++ b/src/gui/SnapshotDialog.cxx @@ -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;