diff --git a/src/controls/ActionTextField.qml b/src/controls/ActionTextField.qml --- a/src/controls/ActionTextField.qml +++ b/src/controls/ActionTextField.qml @@ -92,7 +92,8 @@ } Controls.ToolTip { - visible: root.focusSequence != null && root.hovered && !rightActionsRow.hovered && !leftActionsRow.hovered + delay: Kirigami.Units.longDuration + visible: root.focusSequence != null && root.text.length === 0 && !rightActionsRow.hovered && !leftActionsRow.hovered && hovered text: root.focusSequence ? root.focusSequence : "" }