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
8b3eda5e
Commit
8b3eda5e
authored
Apr 06, 2022
by
Claudio Cambra
Browse files
Ensure Kirigami Theme colourset pulls from properties in AbstractTreeItem
parent
6d9ce81c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/TreeView/AbstractTreeItem.qml
View file @
8b3eda5e
...
...
@@ -67,6 +67,12 @@ QQC2.ItemDelegate {
*/
property
color
activeBackgroundColor
:
Kirigami
.
Theme
.
highlightColor
Kirigami.Theme.textColor
:
textColor
Kirigami.Theme.backgroundColor
:
backgroundColor
Kirigami.Theme.alternateBackgroundColor
:
alternateBackgroundColor
Kirigami.Theme.activeTextColor
:
activeTextColor
Kirigami.Theme.activeBackgroundColor
:
activeBackgroundColor
width
:
parent
&&
parent
.
width
>
0
?
parent
.
width
:
implicitWidth
padding
:
Kirigami
.
Settings
.
tabletMode
?
Kirigami
.
Units
.
largeSpacing
:
Kirigami
.
Units
.
smallSpacing
...
...
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