Files
tbd-station-14/Content.Client/UserInterface/StatsWindow.xaml
2022-09-15 11:53:17 +10:00

12 lines
413 B
XML

<DefaultWindow xmlns="https://spacestation14.io"
Title="Stats window"
MinSize="600 400">
<BoxContainer Orientation="Vertical">
<ScrollContainer HorizontalExpand="True"
VerticalExpand="True"
SizeFlagsStretchRatio="6">
<GridContainer Name="Values"/>
</ScrollContainer>
</BoxContainer>
</DefaultWindow>