14 lines
498 B
XML
14 lines
498 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
Margin="0 0 8 8">
|
|
<Label Name="Title"
|
|
StyleClasses="LabelKeyText"/>
|
|
<PanelContainer StyleClasses="HighDivider" />
|
|
<RichTextLabel Name="Description"
|
|
Margin="0 4"/>
|
|
<Button Name="RequestButton"
|
|
Text="{Loc 'ghost-roles-window-request-role-button'}"
|
|
HorizontalAlignment="Left"/>
|
|
</BoxContainer>
|