29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<controls:ItemStatusPanel
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Inventory.Controls"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
VerticalAlignment="Bottom"
|
|
HorizontalAlignment="Center">
|
|
<Control Name="VisWrapper" Visible="False">
|
|
<PanelContainer Name="Panel">
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxTexture
|
|
PatchMarginBottom="4"
|
|
PatchMarginTop="6"
|
|
TextureScale="2 2"
|
|
Mode="Tile"/>
|
|
</PanelContainer.PanelOverride>
|
|
</PanelContainer>
|
|
<PanelContainer Name="HighlightPanel">
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxTexture PatchMarginBottom="4" PatchMarginTop="6" TextureScale="2 2">
|
|
</graphics:StyleBoxTexture>
|
|
</PanelContainer.PanelOverride>
|
|
</PanelContainer>
|
|
<BoxContainer Name="Contents" Orientation="Vertical" Margin="0 6 0 4">
|
|
<BoxContainer Name="StatusContents" Orientation="Vertical" />
|
|
<Label Name="ItemNameLabel" ClipText="True" StyleClasses="ItemStatus" Align="Left" />
|
|
</BoxContainer>
|
|
</Control>
|
|
</controls:ItemStatusPanel>
|