Option to disable window title bar color gradient

Hi,

In Preferences -> User Interface -> Appearance I found an option to disable the Background Gradient.

Is there a similar option to disable the Gradient of the Window title bar when the Ribbon layout is in use?
Here is how it looks for me:
gnxd5bU.png

When we are on a remote connection that kind of gradient can slow down the screen refresh, so I would like to set it as a solid color. Is that possible?

PS: PL/SQL Developer 13.0.6.19.11 64 bit

Regards!
 
Can you add a line with the "NoAero" parameter to the Params.ini file in the PL/SQL Developer installation directory?

NoAero=1
 
Marco Kalter said:
Can you add a line with the "NoAero" parameter to the Params.ini file in the PL/SQL Developer installation directory?

NoAero=1

Thanks Marco!

Unfortunately I cannot do that, PL/SQL Developer is running on a Citrix VM and I`m not allowed to change that file. Besides that the change would not be persisted in my profile.

Is there a similar option in default.ini file? That one I can change and it is persisted.

Best Regards!
 
You can add it as a parameter to the command line. For example:

"C:\Program Files\PLSQL Developer 14\plsqldev.exe" NoAero
 
Back
Top