-
-
Couldn't load subscription status.
- Fork 141
Description
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
Like "size": [492,554], there should be an option to place the modules on specific coordinates.
e.g. "pos":[482,560] or similar.
If one have a bigger screen with - lets say - 1000 px width and 1000 px length, one can set the size of the first module to 460 x 500 (w x l) and place it at 0|0. The second module is sized 540 x 450 (w x l) and placed at coordinates 460|25 (vertically centered to the first module).
Therefore, each module needs an origin. I would suggest the upper left corner.
At the same time, overlapping must be prevented. One solution could be the "position" in the settings. Higher value means higher z-level, means in front of lower position-values.