перенос файлов клиента из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 17:32:55 +07:00
parent c80b10a688
commit 21dbccfec9
139 changed files with 345 additions and 434 deletions

View File

@@ -0,0 +1,14 @@
<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>