Remove incorrect padding from the top of the mod browser list.
This commit is contained in:
@@ -33,6 +33,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
|||||||
|
|
||||||
// Mod list
|
// Mod list
|
||||||
var modTemplate = modList.Get<ScrollItemWidget>("MOD_TEMPLATE");
|
var modTemplate = modList.Get<ScrollItemWidget>("MOD_TEMPLATE");
|
||||||
|
modList.RemoveChildren();
|
||||||
|
|
||||||
foreach (var m in Mod.AllMods)
|
foreach (var m in Mod.AllMods)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user