Attempted Small Vending Machine Refactor (#6157)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-01-30 22:16:41 -06:00
committed by GitHub
parent 0640ced242
commit b837b186a5
4 changed files with 319 additions and 248 deletions

View File

@@ -51,7 +51,7 @@ namespace Content.Client.VendingMachines.UI
}
SetSize = (Math.Clamp((longestEntry.Length + 2) * 12, 250, 300),
Math.Clamp(VendingContents.Count * 30, 150, 350));
Math.Clamp(VendingContents.Count * 50, 150, 350));
}
public void ItemSelected(ItemList.ItemListSelectedEventArgs args)