Increased height of 'Buy vehicle' window, so more info would fit the screen

This commit is contained in:
pelya
2014-07-19 21:18:35 +03:00
parent e4179d3428
commit b112a0aedd

View File

@@ -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: