Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling sc with windows display scaling #142

Open
dz-ss opened this issue Mar 8, 2020 · 2 comments
Open

Scaling sc with windows display scaling #142

dz-ss opened this issue Mar 8, 2020 · 2 comments

Comments

@dz-ss
Copy link

dz-ss commented Mar 8, 2020

Would be cool if sc could scale with windows display scaling, some parts are a bit hard to see when scaled.
windows scaling sc 2
windows scaling sc 1
(this is with 150% windows scaling)

@KanzakiRanko1
Copy link

+1. I'm on 150% Windows Scaling (on a 4K display, if that matters) and UI gets pretty broken. Live Visualizer works just fine.

@Piotrekol
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants