Move/Rename stuff (#11209)

-     Change namespace, and folder of FancyWindow to Content.Client.UserInterface.Controls
-     Change xaml reference from ui to controls in some places
-     Change ClientAlertsSystem from internal to public
-     Change namespace, and folder of HighDivider to Content.Client.UserInterface.Controls
This commit is contained in:
wrexbe
2022-09-11 18:56:21 -07:00
committed by GitHub
parent a905f601c3
commit 56c2ad6a16
36 changed files with 66 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
<changelog:ChangelogWindow xmlns="https://spacestation14.io"
xmlns:changelog="clr-namespace:Content.Client.Changelog"
xmlns:ui="clr-namespace:Content.Client.HUD.UI"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
MinSize="500 400" MouseFilter="Stop">
<PanelContainer StyleClasses="AngleRect" />
<BoxContainer Orientation="Vertical">
@@ -10,7 +10,7 @@
<TextureButton Margin="0 0 8 0" Name="CloseButton" StyleClasses="windowCloseButton"
VerticalAlignment="Center" />
</BoxContainer>
<ui:HighDivider />
<controls:HighDivider />
<ScrollContainer VerticalExpand="True" HScrollEnabled="False">
<BoxContainer Orientation="Vertical" Name="ChangelogBody" />