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

Fix alignment in hierarchical views #1089

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

gycsaba96
Copy link
Contributor

Fixes #1042

The new code leverages GtkTreeExpander's ability to handle indentation both for tags in the sidebar and tasks in the task list. I also created a children_count property for the Tag class so that the expander can bind to it.

Leverage GtkTreeExpander's ability to handle indentation
both for tags in the sidebar and tasks in the task list.
Create a children_count property for the Tag class so
that the expander can bind to it.

This fixes GitHub issue getting-things-gnome#1042
@diegogangl
Copy link
Contributor

Great work, this feels much better and the code leans on bindings so we won't have all those issues with interface updates.
Thanks!

@diegogangl diegogangl merged commit 23a9868 into getting-things-gnome:master Apr 16, 2024
1 check passed
@diegogangl diegogangl added the bug label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expanders cause alignment problems in hierarchical tags list in Sidebar and tasks list in Task Browser
2 participants