2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-09-21 05:03:14 +02:00
|
|
|
Title="{Loc 'ghost-target-window-title'}"
|
2022-04-15 18:41:27 -03:00
|
|
|
MinSize="450 450"
|
|
|
|
|
SetSize="450 450">
|
2021-09-21 05:03:14 +02:00
|
|
|
<ScrollContainer VerticalExpand="True"
|
2022-04-15 18:41:27 -03:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
HScrollEnabled="False">
|
2021-09-21 05:03:14 +02:00
|
|
|
<BoxContainer Name="ButtonContainer"
|
|
|
|
|
Orientation="Vertical"
|
|
|
|
|
VerticalExpand="True"
|
|
|
|
|
SeparationOverride="5">
|
|
|
|
|
<!-- Target buttons get added here by code -->
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|