Fix 6065122: Missing SetFill on worldgen spacer. (#11477)

This commit is contained in:
Peter Nelson 2023-11-20 19:31:26 +00:00 committed by GitHub
parent 9822fa6584
commit a58a043402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ static const NWidgetPart _nested_generate_landscape_widgets[] = {
NWidget(WWT_IMGBTN, COLOUR_ORANGE, WID_GL_DESERT_COVERAGE_UP), SetDataTip(SPR_ARROW_UP, STR_MAPGEN_DESERT_COVERAGE_UP), SetFill(0, 1),
EndContainer(),
/* Temperate/Toyland spacer. */
NWidget(NWID_SPACER),
NWidget(NWID_SPACER), SetFill(1, 1),
EndContainer(),
/* Starting date. */
NWidget(NWID_HORIZONTAL),