Remove incorrect padding from the top of the mod browser list.

This commit is contained in:
Paul Chote
2014-03-20 22:34:42 +13:00
parent 1f9dd53b4d
commit 3355add49d

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)
{