10 lines
412 B
Plaintext
10 lines
412 B
Plaintext
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
Title="Changeling UI"
|
||
|
|
MinWidth="350"
|
||
|
|
MinHeight="400">
|
||
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
||
|
|
<BoxContainer Name="ItemsContainer" Orientation="Vertical"></BoxContainer>
|
||
|
|
</ScrollContainer>
|
||
|
|
</DefaultWindow>
|