Skip to content
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

Improve display of vertical tree gridlines in timegraph views #1154

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

bhufmann
Copy link
Collaborator

@bhufmann bhufmann commented Nov 27, 2024

v0.4.2 introduced vertical gridlines for the trees of timegraph views (see #1152) . However, 2 vertical lines were drawn so that they appeared thicker. This commit fixes that.

Besides, the vertical line on the right of the last column are not drawn anymore. For that, the hideFiller flag needed to be added to the EntryTree props so that that flag can be set to true, propagated and hence the filler column can be hidden.

Here how it looks like with this PR:

image

Signed-off-by: Bernd Hufmann [email protected]

v0.4.2 introduced vertical gridlines for the trees of timegraph views.
However, 2 vertical lines were drawn so that they appeared thicker. This
commit fixes that.

Besides, the vertical line on the right of the last column are not
drawn anymore. For that, the hideFiller flag needed to be added to the
EntryTree props so that that flag can be set to true, propagated and
hence the filler can be hidden.

Signed-off-by: Bernd Hufmann <[email protected]>
Copy link
Contributor

@MatthewKhouzam MatthewKhouzam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

Copy link
Contributor

@marcdumais-work marcdumais-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bhufmann bhufmann merged commit 386c54e into eclipse-cdt-cloud:master Nov 27, 2024
7 checks passed
@bhufmann bhufmann deleted the fix_border2 branch November 27, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants