Skip to content

[FEATURE]: xy-position for each module #352

@EinKantHolz

Description

@EinKantHolz

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions