12 lines
498 B
Plaintext
12 lines
498 B
Plaintext
|
|
<SS14Window xmlns="https://spacestation14.io"
|
||
|
|
Title="{Loc 'ui-transfer-amount-title'}"
|
||
|
|
Resizable="False">
|
||
|
|
|
||
|
|
<VBoxContainer SeparationOverride="4" CustomMinimumSize="240 80">
|
||
|
|
<HBoxContainer>
|
||
|
|
<LineEdit Name="AmountLineEdit" HorizontalExpand="True" PlaceHolder="{Loc 'ui-transfer-amount-line-edit-placeholder'}"/>
|
||
|
|
</HBoxContainer>
|
||
|
|
<Button Name="ApplyButton" Text="{Loc 'ui-transfer-amount-apply'}"/>
|
||
|
|
</VBoxContainer>
|
||
|
|
</SS14Window>
|