Attempted Small Vending Machine Refactor (#6157)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user