cEvolve05

Results 3 comments of cEvolve05

If I change ``` x: target.absolute-position.x; y: target.absolute-position.y; ``` to ``` x: layout-guest-button.absolute-position.x - root.absolute-position.x; y: layout-guest-button.absolute-position.y - root.absolute-position.y; ``` Then the green exactly covers the red. This solution puts...

Thanks for your reply, I know the problem. In the document [Stretch algorithm](https://releases.slint.dev/1.7.1/docs/slint/src/language/concepts/layouting#stretch-algorithm), it describes that algorithm will size elements to their **minimum size** and allocate spare space to elements....

已成功领取本issue