That-One-Nerd / Graphing

A fairly adept graphing calculator made in Windows Forms.
3 stars 0 forks source link

Make line thickness dependent on DPI. #13

Closed That-One-Nerd closed 6 months ago

That-One-Nerd commented 6 months ago

The device I mostly program with has a 1800p screen with a high DPI mode on, so this graphing calculator has thin and I think pretty lines. However, on a standard 1080p screen without high DPI, the lines look way too fat. I'll fix this.

That-One-Nerd commented 6 months ago

This has been completed.

That-One-Nerd commented 6 months ago

Found a bug. The spacing in-between equation samplings does not decrease when DPI decreases, I forgot to add that. On standard 96 DPI monitors some equations can be quite discontinuous.

That-One-Nerd commented 6 months ago

This has been completed.