Is this on Linux? Gnome or KDE? What LAF are you using?
> most of the dialogs appear to be extremely small Only some of them? What about the main window? On Linux, if your system scaling is set to exactly 200%, NetBeans should detect it and set GDK_SCALE=2 automatically. (Since https://github.com/apache/netbeans/pull/3113 ) Otherwise you'd have to set GDK_SCALE=2 manually. -- Eirik -----Original Message----- From: Eric Bresie <[email protected]> Sent: Sunday, August 28, 2022 9:38 AM To: Netbeans Developer List <[email protected]> Subject: Re: Netbeans 15 rc - Startup Dialog Sizes Forgot to mention, running with openjdk 17.0.4 2022-07-19 OpenJDK Runtime Environment Temurin-17.0.4+8 (build 17.0.4+8) OpenJDK 64-Bit Server VM Temurin-17.0.4+8 (build 17.0.4+8, mixed mode, sharing) Eric Bresie [email protected] On Sun, Aug 28, 2022 at 8:26 AM Eric Bresie <[email protected]> wrote: > I was trying out the recent Netbeans 15 release candidate and noticed > something on startup that most of the dialogs appear to be extremely > small. From first glance this included the "import dialog", the > "Starting dialog", and the "Welcome" view. > > I suspect this may be a side effect of the screen resolution as I am > on a high resolution setting (3840x2160) and scaling to 250%. > > Eric Bresie > [email protected] >
