This commit is contained in:
Anna Rose 2021-07-25 21:15:25 -04:00
parent 448eebdbd9
commit f4fb3909e3

View File

@ -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").