2024-08-22 17:40:39 +03:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
|
|
|
|
Orientation="Horizontal"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
SeparationOverride="4">
|
|
|
|
|
<EntityPrototypeView
|
|
|
|
|
Name="ItemPrototype"
|
2024-09-11 07:45:52 -07:00
|
|
|
Margin="4 0 0 0"
|
2024-08-22 17:40:39 +03:00
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
MinSize="32 32"
|
|
|
|
|
/>
|
|
|
|
|
<Label Name="NameLabel"
|
|
|
|
|
SizeFlagsStretchRatio="3"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
ClipText="True"/>
|
|
|
|
|
</BoxContainer>
|