2022-04-03 01:06:29 +03:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
2024-11-04 03:49:42 +03:00
|
|
|
Orientation="Horizontal"
|
|
|
|
|
HorizontalAlignment="Stretch">
|
2022-04-03 01:06:29 +03:00
|
|
|
<Button Name="RequestButton"
|
|
|
|
|
Access="Public"
|
|
|
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
|
|
|
StyleClasses="OpenRight"
|
2024-11-04 03:49:42 +03:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
SizeFlagsStretchRatio="3"/>
|
2022-04-03 01:06:29 +03:00
|
|
|
<Button Name="FollowButton"
|
|
|
|
|
Access="Public"
|
|
|
|
|
Text="{Loc 'ghost-roles-window-follow-role-button'}"
|
|
|
|
|
StyleClasses="OpenLeft"
|
2024-11-04 03:49:42 +03:00
|
|
|
HorizontalExpand="True"/>
|
2022-04-03 01:06:29 +03:00
|
|
|
</BoxContainer>
|