Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

The button spacing flags determine the vertical and/or horizontal spacing between a series of buttons on a converted screen. The flags are only effective on buttons with the "auto arrange" property set to true. The spacing is specified in pixels and accounts for the button height or width in addition to the space between the buttons. By default, buttons are arranged horizontally on window formats and vertically on regular non-window formats. (This can be overridden by the Horizontal Auto Arrange option.)

...

Code Block
javascript
javascript

pui["vertical button spacing"] = 33;
pui["horizontal button spacing"] = 90;

...