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>

View File

@@ -1,7 +1,5 @@
<Control xmlns="https://spacestation14.io"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
MinWidth="400"
MinHeight="400">
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer>
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>

View File

@@ -1,6 +1,5 @@
<DefaultWindow xmlns="https://spacestation14.io"
xmlns:notes="clr-namespace:Content.Client.Administration.UI.Notes"
MinWidth="400"
MinHeight="400">
SetSize="400 400">
<notes:AdminNotesControl Name="Notes" Access="Public"/>
</DefaultWindow>

View File

@@ -1,7 +1,7 @@
<changelog:ChangelogWindow xmlns="https://spacestation14.io"
xmlns:changelog="clr-namespace:Content.Client.Changelog"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
MinSize="500 400" MouseFilter="Stop">
SetSize="500 400" MouseFilter="Stop">
<PanelContainer StyleClasses="AngleRect" />
<BoxContainer Orientation="Vertical">
<BoxContainer Orientation="Horizontal">