mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
* - add: StyleSheetify * - add: APC style * - tweak: Select only APC now! * - fix: Window positioning * - fix: animations * - add: Fancy chat * - tweak: change some margin think * - fix: add assemblies of stylesheetify for packaging * - tweak: update StyleSheetify * - add: custom LauncherConnection * - tweak: change to paper * - tweak: Update StyleSheetify * - add: fancy lobby screen * - tweak: some beauty think in lobby screen * - add: new icons * - tweak: change icons * - tweak: //WWDP EDIT * - fix: disable style while testing * - fix: Channel Popup button style revert * - fix: test again * - tweak: Update StyleSheetify
21 lines
1.0 KiB
XML
21 lines
1.0 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">
|
|
<Label Name="Header" Text="{Loc 'lobby-character-preview-panel-header'}" Visible="False" StyleClasses="MenuLabel15"/>
|
|
|
|
<BoxContainer Name="Loaded" Orientation="Vertical" Visible="False">
|
|
|
|
<BoxContainer Name="ViewBox" Orientation="Horizontal" HorizontalAlignment="Right">
|
|
|
|
</BoxContainer>
|
|
<Label StyleClasses="MenuLabel15" Name="Summary" HorizontalAlignment="Center" Margin="3 3"/>
|
|
<!-- <controls:VSpacer/> -->
|
|
<!-- <Button Name="CharacterSetup" Text="{Loc 'lobby-character-preview-panel-character-setup-button'}" -->
|
|
<!-- HorizontalAlignment="Center" Margin="0 5 0 0"/> -->
|
|
</BoxContainer>
|
|
<Label Name="Unloaded" Text="{Loc 'lobby-character-preview-panel-unloaded-preferences-label'}"/>
|
|
</BoxContainer>
|
|
</Control>
|