Skip to content

Instantly share code, notes, and snippets.

@greggirwin
Last active September 1, 2019 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greggirwin/7de1a71437a14ff2bd9b5eb93f99bd81 to your computer and use it in GitHub Desktop.
Save greggirwin/7de1a71437a14ff2bd9b5eb93f99bd81 to your computer and use it in GitHub Desktop.
VID across/below alignment demo
Red []
view [
style chk: check "Option" data yes
style vline: base 2x60 red
across top vline button "Ok" text "Text" field chk return
across middle vline button "Ok" text "Text" field chk return
across bottom vline button "Ok" text "Text" field chk
]
view [
style chk: check "Option" data yes
style vline: base 200x2 red
below left vline button "Ok" text "Text" field chk return
below center vline button "Ok" text "Text" field chk return
below right vline button "Ok" text "Text" field chk
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment