Also display a tooltip when the item is highlighted by gamepad/keyboard
This commit is contained in:
parent
ef99f02bc7
commit
61d90a5a88
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ GridView {
|
|||
ToolTip.text: model.name
|
||||
ToolTip.delay: 1000
|
||||
ToolTip.timeout: 5000
|
||||
ToolTip.visible: parent.hovered && truncated
|
||||
ToolTip.visible: (parent.hovered || parent.highlighted) && truncated
|
||||
}
|
||||
|
||||
function launchOrResumeSelectedApp()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue