12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
|
|
<SS14Window 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>
|
||
|
|
</SS14Window>
|