2022-04-03 01:06:29 +03:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
<Button Name="RequestButton"
|
|
|
|
|
Access="Public"
|
|
|
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
|
|
|
StyleClasses="OpenRight"
|
2023-09-20 08:54:53 +01:00
|
|
|
HorizontalAlignment="Left"
|
|
|
|
|
SetWidth="150"/>
|
2022-04-03 01:06:29 +03:00
|
|
|
<Button Name="FollowButton"
|
|
|
|
|
Access="Public"
|
|
|
|
|
Text="{Loc 'ghost-roles-window-follow-role-button'}"
|
|
|
|
|
StyleClasses="OpenLeft"
|
2023-09-20 08:54:53 +01:00
|
|
|
HorizontalAlignment="Right"
|
|
|
|
|
SetWidth="150"/>
|
2022-04-03 01:06:29 +03:00
|
|
|
</BoxContainer>
|