Hacker News new | ask | show | jobs
by alpaca128 110 days ago
Or make them more discoverable. I spent so much time looking for a UI scaling setting, and in the end it turned out its name does not contain any obvious word like scale or size, instead it is called devPixelsPerPx. It isn't even consistent about Pixels vs Px.
1 comments

> It isn't even consistent about Pixels vs Px.

px is the CSS unit, device pixels aren't.

Good to know it has some logic to it, thanks for the clarification