GhostRoleEntryButtons.xaml 590 B

123456789101112131415
  1. <BoxContainer xmlns="https://spacestation14.io"
  2. Orientation="Horizontal"
  3. HorizontalAlignment="Stretch">
  4. <Button Name="RequestButton"
  5. Access="Public"
  6. Text="{Loc 'ghost-roles-window-request-role-button'}"
  7. StyleClasses="OpenRight"
  8. HorizontalExpand="True"
  9. SizeFlagsStretchRatio="3"/>
  10. <Button Name="FollowButton"
  11. Access="Public"
  12. Text="{Loc 'ghost-roles-window-follow-role-button'}"
  13. StyleClasses="OpenLeft"
  14. HorizontalExpand="True"/>
  15. </BoxContainer>