11 lines
527 B
XML
11 lines
527 B
XML
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Title="{Loc 'rev-deconverted-title'}">
|
|
<BoxContainer Orientation="Vertical" Margin="5">
|
|
<Label Text="{Loc 'rev-deconverted-text'}"/>
|
|
<BoxContainer Orientation="Horizontal" Align="Center">
|
|
<Button Name="ConfirmButton" Text="{Loc 'rev-deconverted-confirm'}"/>
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|