RFR: 8350149: VBox ignores bias of child controls when fillWidth is set to false [v4]
Kevin Rushforth
kcr at openjdk.org
Mon Mar 24 18:18:29 UTC 2025
On Mon, 24 Feb 2025 17:21:10 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Clarify terms
>
> modules/javafx.graphics/src/main/java/javafx/scene/layout/Region.java line 2093:
>
>> 2091: double right = margin != null ? snapSpaceX(margin.getRight(), snap) : 0;
>> 2092:
>> 2093: return width - left - right;
>
> snap?
@hjohn You may have answered this question in the larger discussion above, but I wanted to double-check.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1723#discussion_r2010683616
More information about the openjfx-dev
mailing list