* Remove unused class, clean up XAML * Move GhostGui.cs into UI folder and namespace * GhostTargetWindow to seperate file * GhostTargetWindow to XAML * Center request button * Improve UI, localisation
15 lines
553 B
XML
15 lines
553 B
XML
<SS14Window xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ghost-target-window-title'}"
|
|
MinSize="300 450"
|
|
SetSize="300 450">
|
|
<ScrollContainer VerticalExpand="True"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Name="ButtonContainer"
|
|
Orientation="Vertical"
|
|
VerticalExpand="True"
|
|
SeparationOverride="5">
|
|
<!-- Target buttons get added here by code -->
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</SS14Window>
|