On my PC (2560x1440) the scaling is great. On Macbook Air (retina display) and Ubuntu on Thinkpad (2440x1920?) the fonts and check boxes are all far too small. To fix, todo.rs line 105 needs adjusting:
ctx.set_pixels_per_point(1.25);
Can this be adjusted automatically?
On my PC (2560x1440) the scaling is great. On Macbook Air (retina display) and Ubuntu on Thinkpad (2440x1920?) the fonts and check boxes are all far too small. To fix,
todo.rsline 105 needs adjusting:ctx.set_pixels_per_point(1.25);Can this be adjusted automatically?