Thanks Martin, I'll try to reproduce it in a simple example and file a bug.
Cheers, Rob -----Ursprüngliche Nachricht----- Von: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] Im Auftrag von Martin Sladecek Gesendet: Donnerstag, 28. August 2014 09:40 An: openjfx-dev@openjdk.java.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 a bug, I would suggest you file a JIRA issue with some sample to reproduce the issue: https://javafx-jira.kenai.com. See also https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report Thanks, -Martin On 27.8.2014 17:16, Robert Fisher wrote: > 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? Or a known bug? > > Cheers, > Rob