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
committed by Sergii Pylypenko
parent 8ea1dec8f4
commit e0166f471a

View File

@@ -1313,7 +1313,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: