16 lines
590 B
XML
16 lines
590 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="3"/>
|
|
<Button Name="FollowButton"
|
|
Access="Public"
|
|
Text="{Loc 'ghost-roles-window-follow-role-button'}"
|
|
StyleClasses="OpenLeft"
|
|
HorizontalExpand="True"/>
|
|
</BoxContainer>
|