Fixing UI bugs (#11716)

This commit is contained in:
wrexbe
2022-10-05 19:21:29 -07:00
committed by GitHub
parent 24ef808dfb
commit 6f8271d2f6
5 changed files with 5 additions and 11 deletions

View File

@@ -1,8 +1,6 @@
<Control xmlns="https://spacestation14.io"
xmlns:aui="clr-namespace:Content.Client.Administration.UI.CustomControls"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
MinWidth="1000"
MinHeight="400">
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer>
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>

View File

@@ -1,7 +1,6 @@
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:logs="clr-namespace:Content.Client.Administration.UI.Logs"
Title="{Loc admin-logs-title}"
MinWidth="1000"
MinHeight="400">
SetSize="1000 400">
<logs:AdminLogsControl Name="Logs" Access="Public"/>
</DefaultWindow>