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
Plasma
Plasma Mobile
Commits
55efc916
Commit
55efc916
authored
Apr 08, 2022
by
Devin Lin
🎨
Browse files
widgets/notifications: Fix background clicking being on top of notifications
parent
635f86e0
Pipeline
#161518
passed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml
View file @
55efc916
...
...
@@ -124,9 +124,11 @@ Item {
criteria
:
ViewSection
.
FullString
}
// implement background clicking signal
MouseArea
{
anchors.fill
:
parent
onClicked
:
root
.
backgroundClicked
()
z
:
-
1
// ensure that this is below notification items so we don't steal button clicks
}
PlasmaExtras.PlaceholderMessage
{
...
...
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