Files
crystall-punk-14/Content.Client/Anomaly/Ui/AnomalyScannerMenu.xaml

13 lines
412 B
Plaintext
Raw Normal View History

<controls:FancyWindow
2023-01-17 00:05:20 -05:00
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
Title="{Loc 'anomaly-scanner-ui-title'}"
MinSize="350 400"
SetSize="350 400">
2023-01-17 00:05:20 -05:00
<BoxContainer Orientation="Vertical" VerticalExpand="True" Margin="10 0 10 10">
<RichTextLabel Name="TextDisplay"></RichTextLabel>
</BoxContainer>
</controls:FancyWindow>