10 lines
430 B
XML
10 lines
430 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="{Loc 'cult-torch-window-title'}"
|
|
MinWidth="300"
|
|
MinHeight="400">
|
|
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
|
|
<BoxContainer Name="ItemsContainer" Orientation="Vertical"></BoxContainer>
|
|
</ScrollContainer>
|
|
</DefaultWindow>
|