Files
crystall-punk-14/Content.Client/Revolutionary/UI/DeconvertedMenu.xaml

11 lines
527 B
Plaintext
Raw Normal View History

<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>