2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-09-17 18:10:24 +02:00
|
|
|
Title="{Loc 'credits-window-title'}"
|
|
|
|
|
SetSize="650 650" >
|
|
|
|
|
<TabContainer>
|
|
|
|
|
<ScrollContainer Name="Ss14ContributorsTab"
|
|
|
|
|
HScrollEnabled="False">
|
|
|
|
|
<BoxContainer Name="Ss14ContributorsContainer"
|
|
|
|
|
Orientation="Vertical"
|
|
|
|
|
Margin="2 2 0 0">
|
|
|
|
|
<!-- Contributors get added here by code -->
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
<ScrollContainer Name="PatronsTab"
|
|
|
|
|
HScrollEnabled="False">
|
|
|
|
|
<BoxContainer Name="PatronsContainer"
|
|
|
|
|
Orientation="Vertical"
|
|
|
|
|
Margin="2 2 0 0">
|
|
|
|
|
<!-- Patrons get added here by code -->
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
<ScrollContainer Name="LicensesTab"
|
|
|
|
|
HScrollEnabled="False">
|
|
|
|
|
<BoxContainer Name="LicensesContainer"
|
|
|
|
|
Orientation="Vertical"
|
|
|
|
|
Margin="2 2 0 0">
|
|
|
|
|
<!-- Licenses get added here by code -->
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</TabContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|