RFR: 8301606: JFileChooser file chooser details view "size" label cut off in Metal Look&Feel

Alexey Ivanov aivanov at openjdk.org
Thu Jun 22 12:18:03 UTC 2023


On Thu, 22 Jun 2023 04:53:21 GMT, Tejesh R <tr at openjdk.org> wrote:

> Ok, in summary there exists 2 major issues:

Yes.

> 1. The text should positioned till the blue-ish pixels is just behind the header border for each header cell.

Let's focus on this one here. Position the text so that it touches the shadow line of the header, the add the 2-pixel margin on the right just like it's done for other sides.

> 2. The header border to be aligned with data grid lines.

There have been a few instances where border rendering is fixed by removing the scale transform. The same can be done here. If we go for it, it's better to do it separately.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14464#issuecomment-1602534514



More information about the client-libs-dev mailing list