pptk icon indicating copy to clipboard operation
pptk copied to clipboard

Fix rendering on HiDPI

Open m-pilia opened this issue 4 years ago • 0 comments

This is a possible fix to #26, by disabling automatic DPI scaling in the Qt application and let the system handle it.

This is admittedly not tested on Windows or Mac.

Testing on Arch Linux, KDE, monitor resolution 3200x1800, scale factor set to 2.0 through KScreen settings.

import numpy as np
import pptk
x = np.random.rand(100, 3)
v = pptk.viewer(x)

Screenshot_20191128_122105

Resolves #26

m-pilia avatar Nov 28 '19 10:11 m-pilia