Fixed 'Buy vehicle' dialog not resizable

This commit is contained in:
Sergii Pylypenko
2015-04-29 19:46:30 +03:00
committed by pelya
parent 1ea2ca0482
commit a479267db2

View File

@@ -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),