Files
crystall-punk-14/Content.Client/Ghost/Roles/UI/GhostRolesEntry.xaml
2022-02-19 16:56:22 -07:00

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>