We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd86b6 commit a70edc6Copy full SHA for a70edc6
MicroEngineerProject/MicroEngineer/MicroEngineerMod.cs
@@ -165,8 +165,8 @@ private void InitializeRects()
165
private void ResetLayout()
166
{
167
popoutVes = popoutStg = popoutOrb = popoutSur = popoutFlt = popoutTgt = popoutMan = popoutSettings = false;
168
- mainGuiRect.position = new(Screen.width * 0.8f, Screen.height * 0.3f);
169
- Vector2 popoutWindowPosition = new(Screen.width * 0.6f, Screen.height * 0.3f);
+ mainGuiRect.position = new(Screen.width * 0.8f, Screen.height * 0.2f);
+ Vector2 popoutWindowPosition = new(Screen.width * 0.6f, Screen.height * 0.2f);
170
vesGuiRect.position = popoutWindowPosition;
171
stgGuiRect.position = popoutWindowPosition;
172
orbGuiRect.position = popoutWindowPosition;
0 commit comments