Add vertical space between widgets (in pixels)
e:RunApp({ Name = script.Parent.Parent.Name, Home = e.Column({ Children = { e.TextLabel("Children 1"), e.VerticalSpacer(16), e.TextLabel("Children 2"), } }) })
Last updated 3 years ago