* Cryogenic sleep units * pause map support * no more body deletion * Cryogenic Storage Units * boowomp * no more emag, no more dropping present people
22 lines
1001 B
XML
22 lines
1001 B
XML
<BoxContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
xmlns:xNamespace="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:style="clr-namespace:Content.Client.Stylesheets"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 0 5">
|
|
<PanelContainer>
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxFlat BackgroundColor="{xNamespace:Static style:StyleNano.ButtonColorDisabled}" />
|
|
</PanelContainer.PanelOverride>
|
|
<Collapsible Orientation="Vertical" Name="Collapsible">
|
|
<CollapsibleHeading Name="Heading" MinHeight="35"/>
|
|
<CollapsibleBody Name="Body">
|
|
<BoxContainer Name="ItemsContainer" Orientation="Vertical" HorizontalExpand="True"/>
|
|
</CollapsibleBody>
|
|
</Collapsible>
|
|
</PanelContainer>
|
|
</BoxContainer>
|