mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-22 07:58:06 +03:00
14 lines
807 B
XML
14 lines
807 B
XML
<widgets:AlertsUI xmlns="https://spacestation14.io"
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Alerts.Widgets"
|
|
xmlns:partStatus="clr-namespace:Content.Client._Shitmed.UserInterface.Systems.PartStatus.Widgets"
|
|
MinSize="64 64">
|
|
<!-- Shitmed Change Start - TODO: Refactor this godforsaken abomination -->
|
|
<GridContainer Columns="1" HorizontalAlignment="Right" VerticalAlignment="Top">
|
|
<PanelContainer >
|
|
<GridContainer Name="AlertContainer" Columns="1" HorizontalAlignment="Right" VerticalAlignment="Center" Access="Public" />
|
|
</PanelContainer>
|
|
<partStatus:PartStatusControl Name="PartStatus" Access="Protected"/>
|
|
</GridContainer>
|
|
<!-- Shitmed Change End -->
|
|
</widgets:AlertsUI>
|