Skip to content

overview: Position window clones using position and size

For implementing a layout manager which positions the WindowClones of the overview, it has to be possible to entirely position them through their allocation, without setting translation or scale.

This reverts the commit which made them use translations instead of the fixed position and makes it possible to set a fixed size instead of a scale.

Merge request reports