Generalized Store System (#10201)
This commit is contained in:
16
Content.Client/Store/Ui/StoreWithdrawWindow.xaml
Normal file
16
Content.Client/Store/Ui/StoreWithdrawWindow.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io"
|
||||
Title="{Loc 'store-ui-default-withdraw-text'}"
|
||||
MinSize="256 128">
|
||||
<BoxContainer
|
||||
HorizontalExpand="True"
|
||||
Orientation="Vertical"
|
||||
VerticalExpand="True">
|
||||
<SliderIntInput Name="WithdrawSlider" HorizontalExpand="True" />
|
||||
<BoxContainer
|
||||
Name="ButtonContainer"
|
||||
VerticalAlignment="Bottom"
|
||||
Orientation="Vertical"
|
||||
VerticalExpand="True" />
|
||||
</BoxContainer>
|
||||
</DefaultWindow>
|
||||
Reference in New Issue
Block a user