From 1b2d57231ff18fa83bb8bcf49c3fa86e04d2db46 Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 19 Jun 2015 02:04:12 +0300 Subject: [PATCH] Fixed 'New game' dialog --- src/genworld_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp index a2e9a1c9d6..8819a7c032 100644 --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -517,7 +517,7 @@ struct GenerateLandscapeWindow : public Window { *size = maxdim(*size, GetStringBoundingBox(*strs++)); } } - size->width += padding.width; + //size->width += padding.width; size->height = max(size->height, (uint)(FONT_HEIGHT_NORMAL + WD_DROPDOWNTEXT_TOP + WD_DROPDOWNTEXT_BOTTOM)); }