Use improved ItemLists (#335)

* Use improved ItemList

* Address reviews

* Update submodule
This commit is contained in:
Víctor Aguilera Puerto
2019-09-13 15:35:06 +02:00
committed by Pieter-Jan Briers
parent e570f10d69
commit 3f4c9a8326
6 changed files with 11 additions and 21 deletions

View File

@@ -128,7 +128,7 @@ namespace Content.Client.Research
var idx = 1;
foreach (var recipe in Owner.QueuedRecipes)
{
QueueList.AddItem($"{idx}. {recipe.Name}", recipe.Icon.Frame0(), false);
QueueList.AddItem($"{idx}. {recipe.Name}", recipe.Icon.Frame0());
idx++;
}
}