Skip to content

Instantly share code, notes, and snippets.

@indiscripts
Created March 7, 2021 22:40
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 indiscripts/45f6887ce04211b0ef8438791b3eb39b to your computer and use it in GitHub Desktop.
Save indiscripts/45f6887ce04211b0ef8438791b3eb39b to your computer and use it in GitHub Desktop.
// This routine is part of IdExtenso framework.
// ---
ScriptUI.SCALING = (function(w)
{
(w=new Window('palette','')).margins=0;
w.add('group').minimumSize=[500,500];
w.layout.layout(1);
return [w.size[0]/500,w.size[1]/500];
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment