12 lines
500 B
XML
12 lines
500 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:viewport="clr-namespace:Content.Client.Viewport">
|
|
<viewport:ScalingViewport Name="ScalingVp" MouseFilter="Stop" RenderScaleMode="CeilInt">
|
|
<Button Name="FlipButton"
|
|
Text="{ Loc 'tabletop-chess-flip' }"
|
|
MinSize="60 30"
|
|
MaxSize="60 30"
|
|
HorizontalAlignment="Right"
|
|
VerticalAlignment="Top" />
|
|
</viewport:ScalingViewport>
|
|
</DefaultWindow>
|