Font Sizes changing when using multipl monitors

SaKa

Member²
Hi,
Great to see the new Beta. Here comes my first comment.

I use different resolution monitors, The first thing I noticed is , when I open the new Beta version and move the PLSQLD it does something to the font size.

Basically if I open notepad, or word,or PLSQLd12, in low res monitor and drag it to High res, everything appear bigger (incl fonts). My eyes are used to that. In the beta PLSQD, I think it actually retains the original font, so on high res it appears smaller (not growing bigger which my eyes are used to).

Is this my imagination or any work done to handle it please? If there any Preference to turn it off?

Thanks
Sanj
 
Version 13.0 scales the font size to the scaling settings of the monitor.

Can you go to Help > Support Info and send me the text from the "Info" tab page?
 
In Monitor1 :
Monitors
PixelsPerInch = 120

Id = 0
PPI = 120
Primary = True
Handle = 83047
Left = 0
Top = 0
Width = 1920
Height = 1080

Id = 1
PPI = 96
Primary = False
Handle = 36387733
Left = 1920
Top = 0
Width = 2560
Height = 1080

In Monitor2 :
Monitors
PixelsPerInch = 96

Id = 0
PPI = 120
Primary = True
Handle = 83047
Left = 0
Top = 0
Width = 1920
Height = 1080

Id = 1
PPI = 96
Primary = False
Handle = 36387733
Left = 1920
Top = 0
Width = 2560
Height = 1080
 
I see that monitor 1 is 96 DPI (100% scale) and monitor 2 is 120 DPI (125% Scale). As a result the text and control sizes are scaled between 100% and 125% when moving PL/SQL Developer between these monitors. Other applications like Office should perform the same scaling when moved.

If this is visually incorrect, then perhaps you should change the scale of one of the monitors?
 
oh its indeed the scaling ratio. Thanks Marco, I have changed both monitors to same scaling and the issue resolved.
 
Back
Top