* 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
16 lines
580 B
XML
16 lines
580 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Horizontal"
|
|
SeparationOverride="10"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<RichTextLabel Name="Title" />
|
|
<RichTextLabel Name="Description" />
|
|
</BoxContainer>
|
|
<Button Name="RequestButton"
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
TextAlign="Center"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Center" />
|
|
</BoxContainer>
|