Fixing UI bugs (#11716)
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user