Files
OldThink/Content.Client/White/Medical/BodyScanner/GroupDamageCardComponent.xaml
rhailrake d9daee02a5 Body scanner and new health analyzer UI (#445)
* Body scanner and new health analyzer UI

* fix

---------

Co-authored-by: XDRmix <xdrmix@mail.ru>
2024-01-24 09:13:52 +03:00

15 lines
774 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer MinSize="120 100" Margin="1">
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat BorderColor="#777777" BorderThickness="1"/>
</PanelContainer.PanelOverride>
<BoxContainer Orientation="Vertical">
<Label Name="DamageGroupTitle" Align="Center" Margin="5" StyleClasses="StatusFieldTitle"/>
<customControls:HSeparator Margin="5 0"/>
<BoxContainer Name="DamageLabelsContainer" Orientation="Vertical" Margin="5"/>
</BoxContainer>
</PanelContainer>
</Control>