-
Notifications
You must be signed in to change notification settings - Fork 636
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
DYN-4810_Dots in Preview Bubble and Watch sublists are rendered off-axis #13608
DYN-4810_Dots in Preview Bubble and Watch sublists are rendered off-axis #13608
Conversation
- fix to the misalignment of the sub-list dots
@dnenov - If you zoom in to the fixed version, it looks like it's very slightly still skewed to the left. Is it possible to nudge it a tiny bit more? |
Great catch, keen eye! However, the shift that we need to do is half of a pixel, and we cannot do that. What we have here is a rectangle of 1px width and an ellipse with 5px width and height. They cannot get centrally aligned it seems and will be offset by 0.5px in either left or right direction. I spent most of the time trying to find a solution for exactly this issue, but I don't think it exists. These are dynamic lines as well, so it will be tough to replace them with an icon, which is what I also though about doing. |
Ah, gotcha. No worries in that case! I'm cool with it as is :D |
@QilongTang Do you want to get this in for 2.17? |
Sure, this looks like a good one to include |
- fix to the misalignment of the sub-list dots (cherry picked from commit 5eeafd3)
* DYN-4895_Image Update to Learn More documentation (#13611) * Image Update to Learn More documentation - updated embedded legacy images inside html documentation * White background added for clarity - transparent images exported from Dynamo workspace were a bit unclear. Added white background to help visibility (cherry picked from commit 89c55de) * Update to WatchTree.xaml (#13608) - fix to the misalignment of the sub-list dots (cherry picked from commit 5eeafd3) Co-authored-by: Deyan Nenov <[email protected]>
Purpose
This is a bug-fix to the Dots in Preview Bubble and Watch sublists are rendered off-axis issue. It fixes the misalignment of the dots in the sub-list node menu.
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@reddyashish
FYIs
@Amoursol