StreamCompanion
StreamCompanion copied to clipboard
Scaling sc with windows display scaling
Would be cool if sc could scale with windows display scaling, some parts are a bit hard to see when scaled.
(this is with 150% windows scaling)
+1. I'm on 150% Windows Scaling (on a 4K display, if that matters) and UI gets pretty broken. Live Visualizer works just fine.
Requires either:
- Going through each winform plugin settings control and making sure that it uses relative positioning & doesn't use some unscalable winForm elements(pain, LOTS of corner cases).
- Ditching winForms and refactoring everything to WPF or something else(and most likely standardizing settings while we are at it).
Both require considerable amount of work.