GhostRoleRulesWindow.xaml 613 B

123456789101112131415
  1. <DefaultWindow xmlns="https://spacestation14.io"
  2. Title="{Loc 'ghost-roles-window-title'}"
  3. MinSize="500 300"
  4. SetSize="500 300">
  5. <BoxContainer Orientation="Vertical"
  6. HorizontalExpand="True">
  7. <RichTextLabel Name="TopBanner" VerticalExpand="True"/>
  8. <Button Name="RequestButton"
  9. Text="{Loc 'ghost-roles-window-request-role-button'}"
  10. Disabled="True"
  11. TextAlign="Center"
  12. HorizontalAlignment="Center"
  13. VerticalAlignment="Center" />
  14. </BoxContainer>
  15. </DefaultWindow>