Right now, we handle HiDPI by just scaling every element up to match the window size. This works, but it leaves elements looking blurry on HiDPI screens. Proper DPI scaling should be added.
TODO:
[ ] Implement text scaling
[ ] Add ability to specify high-resolution widget images
Right now, we handle HiDPI by just scaling every element up to match the window size. This works, but it leaves elements looking blurry on HiDPI screens. Proper DPI scaling should be added.
TODO: