mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +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
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
|
|
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
MouseFilter="Stop"
|
|
MinWidth="200" MinHeight="150">
|
|
<PanelContainer StyleClasses="AngleRect" Name="WindowsPanelBackground" />
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
<Control>
|
|
<PanelContainer StyleClasses="WindowHeadingBackground" Name="WindowsHeadingBackground" />
|
|
<BoxContainer Margin="4 2 8 0" Orientation="Horizontal">
|
|
<Label Name="WindowTitle"
|
|
HorizontalExpand="True" VAlign="Center" StyleClasses="FancyWindowTitle" />
|
|
<TextureButton Name="HelpButton" StyleClasses="windowHelpButton" VerticalAlignment="Center" Disabled="True" Visible="False" Access="Public" />
|
|
<TextureButton Name="CloseButton" StyleClasses="windowCloseButton"
|
|
VerticalAlignment="Center" />
|
|
</BoxContainer>
|
|
</Control>
|
|
<Control Access="Public" Name="ContentsContainer" Margin="0 2" RectClipContent="True" VerticalExpand="true" />
|
|
</BoxContainer>
|
|
</controls:FancyWindow>
|