-
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
base: main
Are you sure you want to change the base?
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. |
This PR fixes #1168 by updating the tree node images.
I separated the changes into 5 individual commits in order to improved the overview.