Increase size of trace anchor circle#3870
Merged
Merged
Conversation
|
kasemir
approved these changes
Jul 7, 2026
kasemir
left a comment
Collaborator
There was a problem hiding this comment.
6 is so much better than 4 since it's divisible by 2 as well as 3!
kasemir
reviewed
Jul 7, 2026
| Context Menu | ||
| ^^^^^^^^^^^^ | ||
|
|
||
| One or more traces in the trace tab of the property panel can be selected using *Shift* + click or *Control* + click. |
Collaborator
There was a problem hiding this comment.
On a Mac, the Command propeller button is used instead of Control, but we can assume that Macizens will know that by heart.
Collaborator
|
You're right, let's clarify for those Mac users out there. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



We changed the hard coded radius value of the annotation point in the data browser from 4 to 6, as it might be too small to see and drag on modern high resolution monitors.
See screenshots for comparison.
If needed, the radius can be made customizable.
---> radius = 4
vs
---> radius = 6
Testing:
Documentation: