diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp index 7e60e13969..bd5c1180ae 100644 --- a/src/build_vehicle_gui.cpp +++ b/src/build_vehicle_gui.cpp @@ -71,7 +71,7 @@ static const NWidgetPart _nested_build_vehicle_widgets[] = { EndContainer(), EndContainer(), /* Panel with details. */ - NWidget(WWT_PANEL, COLOUR_GREY, WID_BV_PANEL), SetMinimalSize(240, 122), SetResize(1, 0), EndContainer(), + NWidget(WWT_PANEL, COLOUR_GREY, WID_BV_PANEL), SetMinimalSize(240, 122), SetResize(1, 1), EndContainer(), EndContainer(), /* Build/rename buttons, resize button. */ NWidget(NWID_HORIZONTAL),