18 lines
766 B
XML
18 lines
766 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
xmlns:rep="clr-namespace:Content.Client._DV.Reputation.UI"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="true"
|
|
Align="Center"
|
|
MinHeight="48"
|
|
Margin="5">
|
|
<BoxContainer Orientation="Vertical" HorizontalExpand="True" Margin="5">
|
|
<Label Name="Title"/> <!-- Set in constructor -->
|
|
<rep:UnlockLabel Name="UnlockLabel"/>
|
|
</BoxContainer>
|
|
<BoxContainer Name="ButtonsContainer" Orientation="Vertical">
|
|
<Button Name="AcceptButton" Text="{Loc 'contracts-accept'}"/>
|
|
<Button Name="RejectButton" Text="{Loc 'contracts-reject'}"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|