2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2023-09-20 08:54:53 +01:00
|
|
|
Title="{Loc 'ghost-roles-window-title'}"
|
|
|
|
|
MinSize="500 300"
|
|
|
|
|
SetSize="500 300">
|
2021-11-02 00:42:04 +00:00
|
|
|
<BoxContainer Orientation="Vertical"
|
|
|
|
|
HorizontalExpand="True">
|
2022-01-21 01:38:35 -08:00
|
|
|
<RichTextLabel Name="TopBanner" VerticalExpand="True"/>
|
2021-11-02 00:42:04 +00:00
|
|
|
<Button Name="RequestButton"
|
|
|
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
2021-11-12 04:23:06 +00:00
|
|
|
Disabled="True"
|
2021-11-02 00:42:04 +00:00
|
|
|
TextAlign="Center"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center" />
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|