From 3bd339c122e47606ff2d45d4b7c9b25c4ef226c4 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 10 Aug 2025 23:40:10 -0400 Subject: [PATCH] Slightly faster tooltipDelayLong --- Services/Style.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Style.qml b/Services/Style.qml index 5c63b38..7bb9608 100644 --- a/Services/Style.qml +++ b/Services/Style.qml @@ -54,7 +54,7 @@ Singleton { // Delays property int tooltipDelay: 300 - property int tooltipDelayLong: 1500 + property int tooltipDelayLong: 1200 property int pillDelay: 500 // Margins and spacing