Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8262856 | jfx11.0.11 | Jose Pereda | P4 | Resolved | Fixed |
This is a follow up of JDK-8199592.
When using DPI scaling levels > 1, labels of controls get truncated when they are added to Dialogs which have an owner Window.
See test attached and screenshot of dialog.
It can be run using -Dglass.win.uiScale=125%, 150%, or 175% on Windows.
When using DPI scaling levels > 1, labels of controls get truncated when they are added to Dialogs which have an owner Window.
See test attached and screenshot of dialog.
It can be run using -Dglass.win.uiScale=125%, 150%, or 175% on Windows.
- backported by
-
JDK-8262856 Control labels in Dialogs are truncated at certain DPI scaling levels
- Resolved