-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: The position of the KryptonForm
Control Buttons are too low, when no desktop scaling preference is applied
#487
Comments
Using yesterdays nightly with .net48 running on Windows 10 and did not see the problem. |
@Smurf-IV Sure, might be a Win11 issue with having thicker titlebars. Bumped into a similar but rare issue where the ribbon collapse/expand button 'crunches' into the close button. |
@Wagnerp Can yuo run the following app on Windows 11 and report what it looks like please |
@Smurf-IV As of 22000.376 & latest alpha build .NET 4.8 .NET 6 The titlebars appear to be a tad thin |
And, the Icon between the "(ExtraText)" has disappeared! @Wagnerp Is it the same for the other themes as well ? |
@Smurf-IV Yes, the icons were changed to 16 x 16, which are the true native size, as the original icons were 11 x 9. |
KryptonForm
Control Buttons are too lowKryptonForm
Control Buttons are too low, when no desktop scaling preference is applied
…ages - Add image caching for resized images - Try to locate the `g.DpiX > 96` into a single area for reuse - Make sure images in the Form bar are always attempted to be drawn Fixes: #487
See PR #474 for details
The text was updated successfully, but these errors were encountered: