28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
|
Margin="10 10 10 0"
|
|
HorizontalExpand="True"
|
|
Visible="True">
|
|
<PanelContainer StyleClasses="AngleRect" HorizontalExpand="True">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True">
|
|
<RichTextLabel Name="TimeLabel"/>
|
|
<RichTextLabel Name="RewardLabel"/>
|
|
<RichTextLabel Name="ManifestLabel"/>
|
|
</BoxContainer>
|
|
<Control MinWidth="10"/>
|
|
<BoxContainer Orientation="Vertical" MinWidth="120">
|
|
<Button Name="PrintButton" Text="{Loc 'bounty-console-label-button-text'}" HorizontalExpand="False" HorizontalAlignment="Right"/>
|
|
<Label Name="IdLabel" HorizontalAlignment="Right" Margin="0 0 5 0"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
<customControls:HSeparator Margin="5 10 5 10"/>
|
|
<BoxContainer>
|
|
<RichTextLabel Name="DescriptionLabel"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</BoxContainer>
|