16 lines
693 B
XML
16 lines
693 B
XML
<equipment:MechGrabberUiFragment
|
|
xmlns:equipment="clr-namespace:Content.Client.Mech.Ui.Equipment"
|
|
xmlns="https://spacestation14.io" Margin="1 0 2 0" HorizontalExpand="True" VerticalExpand="True">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True">
|
|
<ItemList Name="ItemList"
|
|
VerticalExpand="True"
|
|
MinHeight="120"
|
|
HorizontalExpand="True"
|
|
SelectMode="Button">
|
|
</ItemList>
|
|
<Label Name="SpaceLabel" HorizontalAlignment="Right" StyleClasses="LabelSubText"></Label>
|
|
</BoxContainer>
|
|
</equipment:MechGrabberUiFragment>
|