mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-14 23:14:45 +01:00
* feat: allow removing empty smart fridge entries * review --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
23 lines
748 B
XML
23 lines
748 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"/>
|
|
<TextureButton Name="RemoveButton"
|
|
StyleClasses="CrossButtonRed"
|
|
VerticalAlignment="Center"
|
|
Margin="0 0 10 0"
|
|
Scale="0.75 0.75"
|
|
Visible="True" />
|
|
</BoxContainer>
|