fish-station/Content.Client/UserInterface/Systems/Ghost/Controls/Roles/GhostRoleEntryButtons.xaml

22 lines
863 B
XML

<BoxContainer xmlns="https://spacestation14.io"
Orientation="Horizontal"
HorizontalAlignment="Stretch">
<Button Name="RequestButton"
Access="Public"
Text="{Loc 'ghost-roles-window-request-role-button'}"
StyleClasses="OpenRight"
HorizontalExpand="True"
SizeFlagsStretchRatio="2"/>
<Button Name="RulesButton"
Access="Public"
Text="{Loc 'ghost-roles-window-rules-role-button'}"
StyleClasses="OpenBoth"
HorizontalExpand="True"
SizeFlagsStretchRatio="1"/>
<Button Name="FollowButton"
Access="Public"
Text="{Loc 'ghost-roles-window-follow-role-button'}"
StyleClasses="OpenLeft"
HorizontalExpand="True"
SizeFlagsStretchRatio="1"/>
</BoxContainer>