Skip to content

Draft: Adding a color hint for task's list origin

Dileep Reddy requested to merge runnerx4/gnome-todo:row_color_add into main

Modifying src/gtd-task-row.c and src/gtd-task-row.ui

The color hint that is used in the sidebar view has been copied to the GtdTaskRow widget, and is set to visible by the same method that makes the task list label visible.

I am a newcomer, I have not created any separate methods for the color hint, the color_hint pointer has been added to the _GtdTaskRow struct.

https://gitlab.gnome.org/GNOME/gnome-todo/-/issues/40

Edited by Dileep Reddy

Merge request reports