2024-04-01 11:29:13 +03:00
|
|
|
<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'}"
|
2024-04-01 11:29:13 +03:00
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
|