gitdode commented on issue #7347: URL: https://github.com/apache/netbeans/issues/7347#issuecomment-3114351923
Isn't this, because `-J-Dflatlaf.uiScale=1.8` scales the font but not the UI? I am asking, because when using `--fontsize 22`, it looks very similar, for example the "Search" text field in the upper right corner: <img width="430" height="237" alt="Image" src="https://github.com/user-attachments/assets/3ca79002-016f-4739-a420-0b8ce4740d80" /> while with `GDK_SCALE=2` or `-J-Dsun.java2d.uiScale=2`, the whole UI is scaled: <img width="558" height="324" alt="Image" src="https://github.com/user-attachments/assets/b9ea2628-162d-4e2c-896b-bf48066030a8" /> Unfortunately, the latter two only take integer scaling factors: https://bugs.openjdk.org/browse/JDK-8214227 So it seems that `-J-Dflatlaf.uiScale` is currently by far the best option. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists