* Uplink menu has icons now * Add item icons * Add few descriptions * Better withdraw window * Finished with withdraw window * Refactored withdraw ui and fix some bugs * Basic withdraw * Quick fixes * Removed uplink listing for TCs * Move slider to separate control * Final touches * A bit more * Not again... * Fixed names * Address review * Fixed robust * Non necessary check
23 lines
989 B
XML
23 lines
989 B
XML
<SS14Window xmlns="https://spacestation14.io"
|
|
Title="{Loc 'uplink-user-interface-withdraw-title'}"
|
|
MinSize="256 128">
|
|
<BoxContainer Orientation="Vertical"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True">
|
|
<SliderIntInput Name="WithdrawSlider"
|
|
HorizontalExpand="True"/>
|
|
<BoxContainer Orientation="Horizontal"
|
|
VerticalExpand="True"
|
|
VerticalAlignment="Bottom">
|
|
<Button Name="ApplyButton"
|
|
Text="{Loc 'uplink-user-interface-withdraw-withdraw-button'}"
|
|
HorizontalAlignment="Left"
|
|
HorizontalExpand="True"/>
|
|
<Button Name="CancelButton"
|
|
Text="{Loc 'uplink-user-interface-withdraw-cancel-button'}"
|
|
HorizontalAlignment="Right"
|
|
HorizontalExpand="True"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</SS14Window>
|