16 lines
582 B
XML
16 lines
582 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:cartridges="clr-namespace:Content.Client._NF.CartridgeLoader.Cartridges"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SetHeight="25">
|
|
<Label Name="Description"
|
|
Access="Public"/>
|
|
<Label Name="Value"
|
|
Access="Public"
|
|
HorizontalAlignment="Right"
|
|
HorizontalExpand="True"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|