10 lines
390 B
XML
10 lines
390 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="true"
|
|
MinHeight="64"
|
|
Margin="5">
|
|
<Label Name="Title" HorizontalExpand="True"/> <!-- Set in constructor -->
|
|
<Button Name="CompleteButton" Text="Complete" Margin="5"/>
|
|
</BoxContainer>
|