Fixing UI bugs (#11716)
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
<Control xmlns="https://spacestation14.io"
|
<Control xmlns="https://spacestation14.io"
|
||||||
xmlns:aui="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
xmlns:aui="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
||||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
||||||
MinWidth="1000"
|
|
||||||
MinHeight="400">
|
|
||||||
<PanelContainer>
|
<PanelContainer>
|
||||||
<PanelContainer.PanelOverride>
|
<PanelContainer.PanelOverride>
|
||||||
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>
|
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
<DefaultWindow xmlns="https://spacestation14.io"
|
<DefaultWindow xmlns="https://spacestation14.io"
|
||||||
xmlns:logs="clr-namespace:Content.Client.Administration.UI.Logs"
|
xmlns:logs="clr-namespace:Content.Client.Administration.UI.Logs"
|
||||||
Title="{Loc admin-logs-title}"
|
Title="{Loc admin-logs-title}"
|
||||||
MinWidth="1000"
|
SetSize="1000 400">
|
||||||
MinHeight="400">
|
|
||||||
<logs:AdminLogsControl Name="Logs" Access="Public"/>
|
<logs:AdminLogsControl Name="Logs" Access="Public"/>
|
||||||
</DefaultWindow>
|
</DefaultWindow>
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
<Control xmlns="https://spacestation14.io"
|
<Control xmlns="https://spacestation14.io"
|
||||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
||||||
MinWidth="400"
|
|
||||||
MinHeight="400">
|
|
||||||
<PanelContainer>
|
<PanelContainer>
|
||||||
<PanelContainer.PanelOverride>
|
<PanelContainer.PanelOverride>
|
||||||
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>
|
<gfx:StyleBoxFlat BackgroundColor="#25252A"/>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<DefaultWindow xmlns="https://spacestation14.io"
|
<DefaultWindow xmlns="https://spacestation14.io"
|
||||||
xmlns:notes="clr-namespace:Content.Client.Administration.UI.Notes"
|
xmlns:notes="clr-namespace:Content.Client.Administration.UI.Notes"
|
||||||
MinWidth="400"
|
SetSize="400 400">
|
||||||
MinHeight="400">
|
|
||||||
<notes:AdminNotesControl Name="Notes" Access="Public"/>
|
<notes:AdminNotesControl Name="Notes" Access="Public"/>
|
||||||
</DefaultWindow>
|
</DefaultWindow>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<changelog:ChangelogWindow xmlns="https://spacestation14.io"
|
<changelog:ChangelogWindow xmlns="https://spacestation14.io"
|
||||||
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
xmlns:changelog="clr-namespace:Content.Client.Changelog"
|
||||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||||
MinSize="500 400" MouseFilter="Stop">
|
SetSize="500 400" MouseFilter="Stop">
|
||||||
<PanelContainer StyleClasses="AngleRect" />
|
<PanelContainer StyleClasses="AngleRect" />
|
||||||
<BoxContainer Orientation="Vertical">
|
<BoxContainer Orientation="Vertical">
|
||||||
<BoxContainer Orientation="Horizontal">
|
<BoxContainer Orientation="Horizontal">
|
||||||
|
|||||||
Reference in New Issue
Block a user