diff --git a/src/qml/ExploreComponent.qml b/src/qml/ExploreComponent.qml index 646d6926a..5b5d8d9dd 100644 --- a/src/qml/ExploreComponent.qml +++ b/src/qml/ExploreComponent.qml @@ -107,6 +107,10 @@ RowLayout { sequence: "Ctrl+F" onActivated: searchButton.clicked() } + + QQC2.ToolTip.visible: hovered + QQC2.ToolTip.text: text + QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay } QQC2.ToolButton { @@ -129,9 +133,9 @@ RowLayout { } } - QQC2.ToolTip { - text: parent.text - } + QQC2.ToolTip.visible: hovered + QQC2.ToolTip.text: text + QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay } Component {