From db4b776b169aa0112df04453bf73fa0a32daf1ac Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 26 Aug 2018 23:08:19 +0300 Subject: [PATCH] aef --- Applications/SemyonIC2Reactors.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Applications/SemyonIC2Reactors.lua b/Applications/SemyonIC2Reactors.lua index 9100f396..05fdbdfb 100644 --- a/Applications/SemyonIC2Reactors.lua +++ b/Applications/SemyonIC2Reactors.lua @@ -31,6 +31,7 @@ local mainContainer = GUI.fullScreenContainer() mainContainer:addChild(GUI.panel(1, 1, mainContainer.width, mainContainer.height, 0x1E1E1E)) local statLayout = mainContainer:addChild(GUI.layout(1, 1, 30, mainContainer.height, 1, 1)) +statLayout.localX = mainContainer.width - statLayout.width + 1 local totalEnergy = "732" local totalEnergyObject = statLayout:addChild(GUI.object(1, 1, statLayout.width, 5))