Vending UI facelift (#25377)

* Convert to fancy window + added footer + add list spacing

* margin add
This commit is contained in:
James Simonson
2024-02-20 06:18:26 +08:00
committed by GitHub
parent e74f3019f7
commit 99aa72e30d
3 changed files with 27 additions and 6 deletions

View File

@@ -4,14 +4,15 @@ using Robust.Client.AutoGenerated;
using Robust.Client.GameObjects;
using Robust.Client.Graphics;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.CustomControls;
using Content.Client.Stylesheets;
using Robust.Client.UserInterface.XAML;
using Robust.Shared.Prototypes;
using FancyWindow = Content.Client.UserInterface.Controls.FancyWindow;
namespace Content.Client.VendingMachines.UI
{
[GenerateTypedNameReferences]
public sealed partial class VendingMachineMenu : DefaultWindow
public sealed partial class VendingMachineMenu : FancyWindow
{
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;