Merge pull request #4921 from pchote/mod-browser-fix

Remove incorrect padding from the top of the mod browser list.
This commit is contained in:
Matthias Mailänder
2014-03-20 11:40:12 +01:00

View File

@@ -33,6 +33,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
// Mod list
var modTemplate = modList.Get<ScrollItemWidget>("MOD_TEMPLATE");
modList.RemoveChildren();
foreach (var m in Mod.AllMods)
{