From f4fb3909e359ef1487c1ad2d396db78787c35288 Mon Sep 17 00:00:00 2001 From: annabunches Date: Sun, 25 Jul 2021 21:15:25 -0400 Subject: [PATCH] Bugfix. --- rocket/init.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocket/init.ks b/rocket/init.ks index b1c93ea..4fdd416 100644 --- a/rocket/init.ks +++ b/rocket/init.ks @@ -62,7 +62,7 @@ local launchMenu is stk:AddVLayout(). set btn to launchMenu:AddButton("Execute"). set btn:onClick to launchButtonPressed@. -local launchConfig is box:AddScrollBox(). +local launchConfig is launchMenu:AddScrollBox(). set sbox to launchConfig:AddHLayout(). sbox:AddLabel("Target Apoapsis").