36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<PanelContainer xmlns="https://spacestation14.io"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
HorizontalExpand="True">
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True">
|
|
<Label Name="VesselName"
|
|
Access="Public"
|
|
HorizontalExpand="True" />
|
|
<Label Name="Price"
|
|
Access="Public"
|
|
MinWidth="80"
|
|
Align="Right"
|
|
Margin="0 0 5 0"
|
|
HorizontalAlignment="Right" /> <!-- Right margin to account for scroll bar -->
|
|
<controls:ConfirmButton Name="Purchase"
|
|
Access="Public"
|
|
ToolTip=""
|
|
Text="{Loc 'shipyard-console-purchase-available'}"
|
|
StyleClasses="LabelSubText"
|
|
MinWidth="130"
|
|
HorizontalAlignment="Right" /> <!-- 130 px: approximate width of "Purchase"-->
|
|
<Button Name="Guidebook"
|
|
Access="Public"
|
|
Text="{Loc 'shipyard-console-guidebook'}"
|
|
StyleClasses="LabelSubText"
|
|
Margin="0 0 12 0"
|
|
HorizontalAlignment="Right" /> <!-- Left margin only -->
|
|
<PanelContainer>
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#252825" />
|
|
</PanelContainer.PanelOverride>
|
|
</PanelContainer>
|
|
</BoxContainer>
|
|
</PanelContainer>
|