On Sat, 2 Sep 2023 12:54:36 GMT, Marius Hanl <mh...@openjdk.org> wrote:
> This PR adds a test that verifies the `SkinBase.layoutChildren(..)` method > with different scales. > While not explicitly documented, this method will receive the snapped and > correctly calculated x, y, width and height values, so that children of the > Control can be layouted correctly without requiring to do many more > calculations regarding padding. This pull request has now been integrated. Changeset: 27594f01 Author: Marius Hanl <mh...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/27594f01bd1df9d716914f8a7527d56b4ea45596 Stats: 129 lines in 1 file changed: 129 ins; 0 del; 0 mod 8315569: Tests for the contract of SkinBase.layoutChildren(..) Reviewed-by: angorya ------------- PR: https://git.openjdk.org/jfx/pull/1229