2022-09-15 11:53:17 +10:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
|
|
|
|
Title="Stats window"
|
|
|
|
|
MinSize="600 400">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<ScrollContainer HorizontalExpand="True"
|
|
|
|
|
VerticalExpand="True"
|
|
|
|
|
SizeFlagsStretchRatio="6">
|
2025-08-06 18:01:49 -04:00
|
|
|
<GridContainer Name="Values" HSeparationOverride="0" VSeparationOverride="15"/>
|
2022-09-15 11:53:17 +10:00
|
|
|
</ScrollContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</DefaultWindow>
|