fish-station/Content.Client/Lobby/UI/LobbyCharacterPreviewPanel.xaml
Vigers Ray 642b4def12
Оптимизация пространства в лобби (#3686)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-09 17:12:31 +03:00

22 lines
1.2 KiB
XML

<Control
xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls">
<BoxContainer Name="VBox" Orientation="Vertical">
<BoxContainer Name="Loaded" Orientation="Vertical"
Visible="False">
<Label Name="Summary" HorizontalAlignment="Center" Margin="3 3" MaxWidth="350" Align="Center"/>
<BoxContainer Name="ViewBox" Orientation="Horizontal" HorizontalAlignment="Center" VerticalExpand="True">
</BoxContainer>
<controls:VSpacer/>
<BoxContainer Orientation="Horizontal" HorizontalAlignment="Center" Margin="0 5 0 0">
<Button Name="CharacterSetup" Text="{Loc 'lobby-character-preview-panel-character-setup-button'}"
Margin="0 0 5 0"/>
<Button Name="ChangePetButton" Text="{Loc 'pet-selection-select-lobby'}"
MinWidth="80"/>
</BoxContainer>
</BoxContainer>
<Label Name="Unloaded" Text="{Loc 'lobby-character-preview-panel-unloaded-preferences-label'}"/>
</BoxContainer>
</Control>