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
Plasma
Discover
Commits
b9ec2833
Commit
b9ec2833
authored
Feb 22, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
Fix the scope of the delegate source tooltip
parent
bb2d5cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/ApplicationDelegate.qml
View file @
b9ec2833
...
...
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: LGPL-2.0-or-later
*/
import
QtQuick
2.1
import
QtQuick
2.1
5
import
QtQuick
.
Controls
2.1
import
QtQuick
.
Layouts
1.1
import
QtQuick
.
Window
2.1
...
...
@@ -123,8 +123,12 @@ Kirigami.AbstractCard
smooth
:
true
visible
:
!
delegateArea
.
compact
&&
ResourcesModel
.
currentApplicationBackend
!==
application
.
backend
&&
application
.
backend
.
hasApplications
HoverHandler
{
id
:
sourceIconHover
}
ToolTip.text
:
application
.
backend
.
displayName
ToolTip.visible
:
hovered
&&
soup
.
visible
ToolTip.visible
:
sourceIconHover
.
hovered
&&
soup
.
visible
ToolTip.delay
:
Kirigami
.
Units
.
toolTipDelay
anchors
{
...
...
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