fastplotlib / fastplotlib

Next-gen fast plotting library running on WGPU using the pygfx rendering engine
https://fastplotlib.readthedocs.io/
Apache License 2.0
342 stars 33 forks source link

Qt UI small toolbar buttons on Mac #494

Open kushalkolar opened 1 month ago

kushalkolar commented 1 month ago

Just saw this fix elsewhere, might work here:

QT_ENABLE_HIGHDPI_SCALING=1

@almarklein @gviejo

(anyways once we have in-canvas UI we can forget about all this...)

almarklein commented 1 month ago

IIUC that is not necessary anymore, we do this in wgpu.

I think the problem with the buttons is also a different one; they are not a factor two smaller, but more like 1 or 2 pixels.