Files
OldThink/Content.Client/UserInterface/Systems/Ghost/Controls/GhostTargetWindow.xaml

16 lines
588 B
Plaintext
Raw Normal View History

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