* skeleton * ok I think I understand this now * xaml more like xam L * good enough individual law control * Works * Final checks * Final_Final.exe.docx * removed unecessary usings * locstrings * doc comments * requested changeds except var * visual stuff * I could write a manifesto about how much I dislike var * color tweak + other thing * request changed minus the inheritance * sans Boxcontainer * :/ * cache find * requested changed * removed usings * Moved margin and removed unecessary BoxContainer
19 lines
980 B
XML
19 lines
980 B
XML
<Control xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
|
<PanelContainer HorizontalExpand="True" Margin="5 5 5 5">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BorderThickness="1" BorderColor="#777777"/>
|
|
</PanelContainer.PanelOverride>
|
|
<BoxContainer Orientation="Vertical" Margin="5 5 5 5" Name="LawsetContainer">
|
|
<PanelContainer Name="NameBackground">
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#16168C"/>
|
|
</PanelContainer.PanelOverride>
|
|
<RichTextLabel Name="LawsetName" HorizontalAlignment="Center"/>
|
|
</PanelContainer>
|
|
<!--RichTextLabels containing the individual laws are inserted here-->
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</Control>
|