mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
12 lines
413 B
XML
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>
|