Ghost UI to XAML and minor cleanup (#4637)
* 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
This commit is contained in:
14
Content.Client/Ghost/UI/GhostTargetWindow.xaml
Normal file
14
Content.Client/Ghost/UI/GhostTargetWindow.xaml
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user