-
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]: Krypton Toolkit 60.22.2.32 - ButtonSpec Images #623
Comments
In Comboxes, the drop down 'button' has been centred (notice the slight reduction in white space under the drop down) |
Tying in with issue #615, the height of my Comboboxes have now reduced to 20 pixels, compared to the original 22 Not much, but when there is a mix of heights bewtweeen all the different controls on my form (99% of which are Krypton.Toolkit) the OCD is firing left right & centre, and the text is also being clipped |
@MattH-Work |
|
This is the same form updated to Krypton.Toolkit.Nightly 60.22.2.38-alpha (seems 'something' has reverted back to a previous setting) The icons now display correctly, BUT... Edit. The above observations actually just match the Buttonspec behaviour prior to the problem appearing in the February stable build, so it's actually just back to how it always was, so there's an agument to say nothing has changed, just a regression fixed. |
Yes, that would be the fix for #603.
Not sure what has happened there, as that will be a designer thing, and should have taken the value that you set.
Not sure what has happened there, as that will be a designer thing, and should have taken the value that you set.
The min height has had to be restored to the original calc, and doe snot "Know" about the actual size until after the "Prefered size" has been calculated. Youmight be able to fix this by augmenting the "GetPreferredSize" API, and setting it to a hard coded value ( - just an idea, not sure how to accomplish without trying it, which I cannot at the moment!) d) The overall height of the Comboboxes has increased (21 upto 23 & 25 upto 27). Is there a border/margin around the ButtonSpec / ButtonSpec image that can be tweaked rather than the overall height of the combo, I rather liked to clean 25 height! See anser to c)
Not quite, the icons now scale to whatever windows screen preference scaling the user has set when the application starts, please see the images during the investigation of #603 |
@MattH-Work Can this be closed now ? |
Yes, please close this. |
I think these recent changes are targeted for April |
@MattH-Work Please create a new Linked bug, and state what OS and TFM you are using (I have a feeling that .net6 introduced a bigger margin for buttons, etc!!) |
Squished images in Buttonspecs
Button height has changed, therefore image is 'stretching' to suit
6.2111.312 (Good)
60.22.2.32 (Bad)
The text was updated successfully, but these errors were encountered: