Skip to content
GitLab
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
5b8133da
Commit
5b8133da
authored
Dec 14, 2021
by
Claudio Cambra
Browse files
Enable hover for listitems in collection picker
parent
624488cb
Pipeline
#109651
passed with stage
in 5 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/CollectionPickerPage.qml
View file @
5b8133da
...
...
@@ -66,10 +66,6 @@ Kirigami.ScrollablePage {
label
:
display
labelItem.color
:
Kirigami
.
Theme
.
textColor
hoverEnabled
:
false
separatorVisible
:
false
Keys.onEnterPressed
:
clicked
();
// TODO: Remove this once upstream item handles this by itself
Keys.onReturnPressed
:
clicked
();
onClicked
:
collectionPickerSheet
.
collectionPicked
(
collectionId
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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