wallpapers/slideshowpackage: use common values for tooltip delay and timeout

wilder-5.26
Nate Graham 4 years ago
parent 95f11554c7
commit c67f90a358
  1. 3
      wallpapers/image/slideshowpackage/contents/ui/SlideshowComponent.qml

@ -208,8 +208,7 @@ ColumnLayout {
QQC2.ToolTip.text: modelData QQC2.ToolTip.text: modelData
QQC2.ToolTip.visible: hovered QQC2.ToolTip.visible: hovered
QQC2.ToolTip.delay: 1000 QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
QQC2.ToolTip.timeout: 5000
} }
actions: [ actions: [

Loading…
Cancel
Save