Skip to content

Instantly share code, notes, and snippets.

@develar
Last active August 4, 2016 14:16
Show Gist options
  • Save develar/1c9217e8d54419230a661afe9effdd9f to your computer and use it in GitHub Desktop.
Save develar/1c9217e8d54419230a661afe9effdd9f to your computer and use it in GitHub Desktop.
panel(noGrid, flowY) {
  add(saveOnDisk)
  add(rememberPasswordsUntilClosing)
}
panel(noGrid, flowY) {
  add(editors.get(0).component)
  add(autoSync)
  hint("Use VCS -> Sync Settings to sync when you want")
  titledPanel("Read-only Sources", editors.get(1).component, grow, push)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment