Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
22 lines
1.2 KiB
XML
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>
|