a.net
Betreff: Re: GridPane percent width.
Robert,
with odd numbers, the space might be distributed unevenly (by a pixel), this is
due to snapToPixel property of the GridPane. Setting it to false might lead to
even distribution, but the border might be blurred.
Anyway, if you are not sure if it is
Robert,
with odd numbers, the space might be distributed unevenly (by a pixel),
this is due to snapToPixel property of the GridPane. Setting it to false
might lead to even distribution, but the border might be blurred.
Anyway, if you are not sure if it is a bug, I would suggest you file a
JIRA
Hi all,
I have a grid pane with 2 columns, with one child in each. The columns are each
assigned 50% width.
I find that for some sizes (maybe when the total width is an odd number of
pixels), the right-most column of pixels of the right child are cut off and not
rendered. Is this intentional