Borg laws announcement (second attempt) (#19474)

This commit is contained in:
chromiumboy
2023-08-24 21:56:01 -05:00
committed by GitHub
parent c73a90e16c
commit 26caf16152
8 changed files with 98 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
<Control xmlns="https://spacestation14.io"
<Control xmlns="https://spacestation14.io"
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
Margin="0 0 0 10">
@@ -13,6 +13,11 @@
<Label Name="LawNumberLabel" StyleClasses="StatusFieldTitle"/>
<customControls:HSeparator Margin="0 5 0 5"/>
<RichTextLabel Name="LawLabel"/>
<BoxContainer Name="LawAnnouncementButtons" Orientation="Horizontal" HorizontalExpand="True" Margin="0 5 0 0">
<Label Text="{Loc laws-ui-state-law}" StyleClasses="StatusFieldTitle"/>
<Control Margin="5 0 0 0" />
<!-- Buttons are added via C# code-->
</BoxContainer>
</BoxContainer>
</PanelContainer>
</Control>