Fixed 'Buy vehicle' dialog not resizable

This commit is contained in:
Sergii Pylypenko
2015-04-29 19:46:30 +03:00
parent 91aa28291c
commit cf5c64d6b0

View File

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