On Wed, 19 Feb 2025 16:45:54 GMT, Ziad El Midaoui <zelmida...@openjdk.org> wrote:
> The issue occurred because items preceding an item with children (items with > a disclosure node) had different widths, which led to misalignment. This can > be fixed by requesting a cell relayout whenever the disclosure node's width > changes. This pull request has now been integrated. Changeset: d5f569cf Author: Ziad El Midaoui <zelmida...@openjdk.org> Committer: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/d5f569cf29d309cd55d5c720d6539192dfa58e51 Stats: 74 lines in 2 files changed: 74 ins; 0 del; 0 mod 8340344: The first item in TreeView is not aligned in the beginning Reviewed-by: angorya, arapte ------------- PR: https://git.openjdk.org/jfx/pull/1715