At Origam Architect’s visual editor, there is a value called GridSize, which controls how widgets can be placed into canvas by a mouse. Widgets can be placed only to grid points by a mouse. The GridSize is in pixels.
Currently, GridSize is hardcoded to 9x9.
Older projects used tightly aligned widgets. The current setting of widget makes it impossible to edit them by a mouse only. A user has to change coordinates manually.
I suggest to solve this issue by allowing to change GridSize on a screen-section basis.
After a discussion with @urbanekv, we have agreed on the following simplification:
The screen section editor should expose its grid settings and allow them to be changed on the fly. When the editor is closed and reopened, the default settings should be restored. No persistence is required.