Update introductory prompts to match settings layout

This commit is contained in:
Ivaylo Draganov
2021-09-29 21:08:29 +03:00
committed by reaperrr
parent 8a2b63c944
commit bdfe025059
3 changed files with 519 additions and 431 deletions

View File

@@ -139,6 +139,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
Ui.CloseWindow();
onComplete();
};
SettingsUtils.AdjustSettingsScrollPanelLayout(widget.Get<ScrollPanelWidget>("SETTINGS_SCROLLPANEL"));
}
}
}