11 lines
402 B
Plaintext
11 lines
402 B
Plaintext
|
|
<contentControls:FancyWindow
|
||
|
|
xmlns="https://spacestation14.io"
|
||
|
|
xmlns:contentControls="clr-namespace:Content.Client.UserInterface.Controls"
|
||
|
|
Title="{Loc 'sensor-monitoring-window-title'}" MinWidth="640" MinHeight="480">
|
||
|
|
<ScrollContainer>
|
||
|
|
<BoxContainer Name="Asdf" Orientation="Vertical" Margin="4 0">
|
||
|
|
|
||
|
|
</BoxContainer>
|
||
|
|
</ScrollContainer>
|
||
|
|
</contentControls:FancyWindow>
|