Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit f03ea12

Browse files
committed
Fix background color of Stage window when locked
1 parent bf00d16 commit f03ea12

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed
47 Bytes
Binary file not shown.

UnityProject/AssetBundles/microengineer_flightui.bundle.manifest

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ManifestFileVersion: 0
2-
CRC: 2285508560
2+
CRC: 1970053407
33
Hashes:
44
AssetFileHash:
55
serializedVersion: 2
6-
Hash: 3b70b3b4c6fa7c45e487d74e41eb4f88
6+
Hash: 7f47c0e0c831b174319c551b67cdf666
77
TypeTreeHash:
88
serializedVersion: 2
99
Hash: d1d45f0ae4b48ad0a84d19bfd18ad535
@@ -32,8 +32,6 @@ SerializeReferenceClassIdentifiers:
3232
ClassName: UnityEngine.UIElements.StyleSelector
3333
- AssemblyName: UnityEngine.UIElementsModule
3434
ClassName: UnityEngine.UIElements.StyleSelectorPart
35-
- AssemblyName: UnityEngine.UIElementsModule
36-
ClassName: UnityEngine.UIElements.StyleSheet/ImportStruct
3735
- AssemblyName: UnityEngine.UIElementsModule
3836
ClassName: UnityEngine.UIElements.StyleSheets.Dimension
3937
- AssemblyName: UnityEngine.UIElementsModule

UnityProject/MicroEngineer/EntryWindow.uxml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
2-
<ui:Template name="ManeuverHeader" src="ManeuverHeader.uxml" />
32
<Style src="Flight.uss" />
43
<ui:VisualElement name="window-root" class="window-root">
54
<ui:VisualElement name="title" class="window-title">
@@ -16,12 +15,8 @@
1615
<ui:VisualElement name="close-button__background" class="close-button__background" />
1716
</ui:Button>
1817
</ui:VisualElement>
19-
<ui:VisualElement name="header" class="window-header">
20-
<ui:Instance template="ManeuverHeader" name="ManeuverHeader" />
21-
</ui:VisualElement>
22-
<ui:VisualElement name="body" class="body">
23-
<MicroEngineer.UI.BaseEntryControl />
24-
</ui:VisualElement>
18+
<ui:VisualElement name="header" class="window-header" />
19+
<ui:VisualElement name="body" class="body" />
2520
<ui:VisualElement name="footer" class="window-footer" />
2621
</ui:VisualElement>
2722
</ui:UXML>

UnityProject/MicroEngineer/Flight.uss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
align-items: stretch;
266266
-unity-text-align: middle-left;
267267
display: flex;
268+
background-color: var(--background-gray-1);
268269
}
269270

270271
.body {

0 commit comments

Comments
 (0)