6
StarHorizon_Public/Content.Client/_NF/Shipyard/UI/ShipyardRulesPopup.xaml
2026-01-24 12:49:55 +03:00

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>