Files
crystall-punk-14/Content.Client/Ghost/Roles/UI/GhostRolesEntry.xaml
Visne 610ff0083f Ghost UI to XAML and minor cleanup (#4637)
* Remove unused class, clean up XAML

* Move GhostGui.cs into UI folder and namespace

* GhostTargetWindow to seperate file

* GhostTargetWindow to XAML

* Center request button

* Improve UI, localisation
2021-09-21 13:03:14 +10:00

16 lines
580 B
XML

<BoxContainer xmlns="https://spacestation14.io"
Orientation="Horizontal"
SeparationOverride="10"
HorizontalExpand="True">
<BoxContainer Orientation="Vertical"
HorizontalExpand="True">
<RichTextLabel Name="Title" />
<RichTextLabel Name="Description" />
</BoxContainer>
<Button Name="RequestButton"
Text="{Loc 'ghost-roles-window-request-role-button'}"
TextAlign="Center"
HorizontalAlignment="Right"
VerticalAlignment="Center" />
</BoxContainer>