mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
* Cargo console upgraded * add comment of hardcode * Update Resources/Locale/en-US/cargo/cargo-console-component.ftl Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Update Content.Client/Cargo/UI/CargoConsoleMenu.xaml.cs Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Update Content.Client/Cargo/UI/CargoConsoleOrderMenu.xaml Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> * Some small technical improvements * More indent * Fix unknown requester name * whitespace cleanup * Small improvement * Add order price to the title * Fix build errors * Port new slip system * Remove unused loc * Some required changes * Add stride * minor code style + update to sheetlets --------- Co-authored-by: VideoKompany <135313844+VlaDOS1408@users.noreply.github.com> Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com> Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
HorizontalExpand="True">
|
|
<PanelContainer HorizontalExpand="True">
|
|
<!-- Btn position hardcoded (args.Button.Parent?.Parent type) in CargoConsoleBUI 71 line -->
|
|
<Button Name="MainButton"
|
|
ToolTip=""
|
|
Access="Public"
|
|
VerticalExpand="False"
|
|
StyleClasses="OpenBoth" />
|
|
|
|
<!-- Icon & Name -->
|
|
<BoxContainer Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
Margin="4 0">
|
|
|
|
<TextureRect Name="Icon"
|
|
Access="Public"
|
|
MinSize="32 32"
|
|
RectClipContent="True" />
|
|
|
|
<Label Name="ProductName"
|
|
Access="Public"
|
|
HorizontalExpand="True"
|
|
ClipText="True" />
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
|
|
<Label Name="PointCost"
|
|
Access="Public"
|
|
MinSize="56 32"
|
|
Align="Right"
|
|
Margin="0 0 5 0"
|
|
HorizontalAlignment="Right"/>
|
|
</BoxContainer>
|