22 lines
966 B
XML
22 lines
966 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
SetSize="500 260"
|
|
MinSize="500 260">
|
|
<BoxContainer Orientation="Vertical">
|
|
<ScrollContainer HorizontalExpand="True"
|
|
HScrollEnabled="False"
|
|
VerticalExpand="True"
|
|
SizeFlagsStretchRatio="6">
|
|
<RichTextLabel Name="ShipRules"
|
|
Access="Public"
|
|
VerticalExpand="True"
|
|
SetWidth="500"/>
|
|
</ScrollContainer>
|
|
<Button Name="AcceptButton"
|
|
Access="Public"
|
|
Text="{Loc 'accept'}"
|
|
TextAlign="Center" />
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|