-
Notifications
You must be signed in to change notification settings - Fork 399
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
Windows' UI scale still causes problems w/ WinForms #1930
Comments
CNR the three columns in the Scaling and Filtering tab (that's what's really happening, it's supposed to be two). I could reproduce the Tool Box' window decorations being too small, but my second row of icons is fully visible. Have you set Windows' UI scale to something other than 1x? That would explain why it's only affecting you. (For the record, you can still move the toolbox by right-clicking the window decorations, choosing |
Yes I have the UI scale to 125% because the fonts are too small to be visible otherwise (in windows, generally), so I can't scale down to 100%. |
In that case, it's a known bug where WinForms doesn't play nice with UI scale. The Tool Box already has the auto-scale code and it clearly doesn't help. I guess this issue can replace the old one (#353). |
Yes, the display configuration now displays correctly (altough the font is very small and I have a hard time reading it). The toolbox, of course, is still the same. |
If we're still using WinForms in the future, we could look into setting |
Cross post of my reply on the referenced issue:
|
Summary
The dialog windows shown in the screenshots are not behaving correctly.
On the display configuration, the right side is cut.
On the toolbox window, it is too small so it doesn't display correctly all the icons, but what's worse is that the reduce icon is upon the program icon so there is no space at all to drag the window and move it.
Host env.
The text was updated successfully, but these errors were encountered: