Re: Tiny display in Win 8.1

by Puybaret » Tue Mar 08, 2016 5:38 pm

From the feedback of two users, it looks like that the HiDPI Java Web Start version works correctly, but if you use the installer of version 5.2, setting com.eteks.sweethome3d.resolutionScale value in SweetHome3D.l4j.ini file might not be enough and still give incorrect results. If it's the case, you might have to reset the fonts size too, adding for example the 4 last lines of the following example in SweetHome3D.l4j.ini file:

Code: Select all

-Dcom.eteks.sweethome3d.resolutionScale=2.5
-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel 
-Dswing.plaf.metal.controlFont=Dialog-11 
-Dswing.plaf.metal.userFont=SansSerif-11 
-Dswing.plaf.metal.systemFont=SansSerif-11