1
0

StoreWithdrawWindow.xaml 517 B

12345678910111213141516
  1. <DefaultWindow
  2. xmlns="https://spacestation14.io"
  3. Title="{Loc 'store-ui-default-withdraw-text'}"
  4. MinSize="256 128">
  5. <BoxContainer
  6. HorizontalExpand="True"
  7. Orientation="Vertical"
  8. VerticalExpand="True">
  9. <SliderIntInput Name="WithdrawSlider" HorizontalExpand="True" />
  10. <BoxContainer
  11. Name="ButtonContainer"
  12. VerticalAlignment="Bottom"
  13. Orientation="Vertical"
  14. VerticalExpand="True" />
  15. </BoxContainer>
  16. </DefaultWindow>