Skip to content

Commit a70edc6

Browse files
committed
tweak default position
1 parent 9fd86b6 commit a70edc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MicroEngineerProject/MicroEngineer/MicroEngineerMod.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ private void InitializeRects()
165165
private void ResetLayout()
166166
{
167167
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);
168+
mainGuiRect.position = new(Screen.width * 0.8f, Screen.height * 0.2f);
169+
Vector2 popoutWindowPosition = new(Screen.width * 0.6f, Screen.height * 0.2f);
170170
vesGuiRect.position = popoutWindowPosition;
171171
stgGuiRect.position = popoutWindowPosition;
172172
orbGuiRect.position = popoutWindowPosition;

0 commit comments

Comments
 (0)