Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
237167b3
Commit
237167b3
authored
Apr 06, 2022
by
Claudio Cambra
Browse files
Fix tasks view highlight colours
parent
8b3eda5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/TodoTreeView.qml
View file @
237167b3
...
...
@@ -138,6 +138,8 @@ TreeListView {
decoration.decorationHighlightColor
:
model
.
color
activeBackgroundColor
:
LabelUtils
.
getIncidenceBackgroundColor
(
model
.
color
,
root
.
isDark
)
onActiveBackgroundColorChanged
:
activeBackgroundColor
.
a
=
0.15
Kirigami.Theme.inherit
:
false
Kirigami.Theme.highlightColor
:
activeBackgroundColor
property
alias
mouseArea
:
mouseArea
property
var
incidencePtr
:
model
.
incidencePtr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment