* Add SmartFridge * my nit so pick * my access so expanded and my whitelist so both * list -> hashset
17 lines
503 B
XML
17 lines
503 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<SpriteView
|
|
Name="EntityView"
|
|
Margin="4 0 0 0"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
MinSize="32 32"
|
|
/>
|
|
<Label Name="NameLabel"
|
|
SizeFlagsStretchRatio="3"
|
|
HorizontalExpand="True"
|
|
ClipText="True"/>
|
|
</BoxContainer>
|