From b112a0aeddceadf483a69acdc0b7b40f5753500d Mon Sep 17 00:00:00 2001 From: pelya Date: Sat, 19 Jul 2014 21:18:35 +0300 Subject: [PATCH] Increased height of 'Buy vehicle' window, so more info would fit the screen --- src/build_vehicle_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp index 95d20e7515..64fff9c46e 100644 --- a/src/build_vehicle_gui.cpp +++ b/src/build_vehicle_gui.cpp @@ -1311,7 +1311,7 @@ struct BuildVehicleWindow : Window { switch (widget) { case WID_BV_LIST: resize->height = GetEngineListHeight(this->vehicle_type); - size->height = 3 * resize->height; + size->height = 4 * resize->height; break; case WID_BV_PANEL: