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>
|