You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
dnenov
changed the title
Update to WatchTree.xaml
DYN-4810_Dots in Preview Bubble and Watch sublists are rendered off-axis
Dec 6, 2022
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
* 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 <dnenov@archilizer.com>
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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