15 lines
777 B
XML
15 lines
777 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
Title="{Loc 'ui-custom-stack-split-title'}"
|
|
Resizable="False">
|
|
<!--Cherry-picked from space-station-14#32938 courtesy of Ilya246-->
|
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinSize="240 80">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<LineEdit Name="AmountLineEdit" Access="Public" HorizontalExpand="True" PlaceHolder="{Loc 'ui-custom-stack-split-line-edit-placeholder'}"/>
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Name="MaximumAmount" Access="Public" />
|
|
</BoxContainer>
|
|
<Button Name="ApplyButton" Access="Public" Text="{Loc 'ui-custom-stack-split-apply'}"/>
|
|
</BoxContainer>
|
|
</DefaultWindow> |