2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-09-21 05:03:14 +02:00
|
|
|
Title="{Loc 'ghost-roles-window-title'}"
|
2023-09-20 08:54:53 +01:00
|
|
|
MinSize="450 400"
|
|
|
|
|
SetSize="400 500">
|
2021-09-21 05:03:14 +02:00
|
|
|
<Label Name="NoRolesMessage"
|
|
|
|
|
Text="{Loc 'ghost-roles-window-no-roles-available-label'}"
|
|
|
|
|
VerticalAlignment="Top" />
|
2022-02-20 02:56:22 +03:00
|
|
|
<ScrollContainer VerticalExpand="True"
|
|
|
|
|
HScrollEnabled="False">
|
2021-09-21 05:03:14 +02:00
|
|
|
<BoxContainer Orientation="Vertical"
|
|
|
|
|
Name="EntryContainer"
|
|
|
|
|
VerticalExpand="True">
|
|
|
|
|
<!-- Ghost role entries are added here by code -->
|
|
|
|
|
</BoxContainer>
|
2021-02-17 11:22:51 -03:00
|
|
|
</ScrollContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|