Files
OldThink/Content.Client/EscapeMenu/UI/EscapeMenu.xaml

16 lines
736 B
Plaintext
Raw Normal View History

<DefaultWindow xmlns="https://spacestation14.io"
xmlns:changelog="clr-namespace:Content.Client.Changelog"
2021-06-09 22:19:39 +02:00
xmlns:ui="clr-namespace:Content.Client.Voting.UI"
2021-02-25 21:11:27 +01:00
Title="{Loc 'ui-escape-title'}"
Resizable="False">
2021-09-07 00:30:00 +02:00
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
<changelog:ChangelogButton />
2021-06-09 22:19:39 +02:00
<ui:VoteCallMenuButton />
2021-02-25 21:11:27 +01:00
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />
<Button Name="AHelpButton" Text="{Loc 'ui-escape-ahelp'}" />
2021-02-25 21:11:27 +01:00
<Button Name="DisconnectButton" Text="{Loc 'ui-escape-disconnect'}" />
<Button Name="QuitButton" Text="{Loc 'ui-escape-quit'}" />
</BoxContainer>
</DefaultWindow>