11 lines
379 B
XML
11 lines
379 B
XML
<DefaultWindow
|
|
xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ui-bql-results-title'}">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Name="StatusLabel" />
|
|
<ScrollContainer VerticalExpand="True">
|
|
<BoxContainer Orientation="Vertical" Name="ItemList" VerticalExpand="True" />
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|