Add proper tooltip delays

Split from !521
This commit is contained in:
Bharadwaj Raju
2022-09-12 20:35:40 +00:00
parent 2a2c117ac1
commit 76edc858aa
4 changed files with 8 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ Kirigami.ScrollablePage {
HoverHandler { id: sliderHover }
QQC2.ToolTip.visible: sliderHover.hovered && !enabled
QQC2.ToolTip.text: i18n("Only enabled if the transparent chat page is enabled.")
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
}
QQC2.Label {
text: Math.round(Config.transparency * 100) + "%"