-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update tree node images - add transparent background #1169
Conversation
…to png image files
…to png image files
The first commit is actually the only code change. It's taking care that the images are not displayed with any artifacts on 4k monitors by setting the ColorDepth of the ImageList to Depth32Bit. We didn't set this property previously explicitly, but instead it's default value was applied which is Depth8Bit. |
The last commit is dealing with the Build.cake script. |
Any reason not to use the same images for classic as for circles, just editing them to add the checkmark, etc.? We could consider that after we live with them for a while. I'd also like to check to see whether Microsoft has new versions of their downloadable images, which I used to create the Visual Studio style. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work, this looks great! I noted a few things for us to look at later on in the process, but I'm merging this one.
This PR fixes #1168 by updating the tree node images.
I separated the changes into 5 individual commits in order to improved the overview.