From c8a4f5bb2eebdc6062fe793d9aab4b49fb27aa6b Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Wed, 10 Dec 2014 15:55:21 +0100 Subject: [PATCH] [lookandfeel/osd] Make the OSD timeout shorter We've experimented with different values, 1.8 seconds seems to be the best fit REVIEW: 121421 --- lookandfeel/contents/osd/Osd.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lookandfeel/contents/osd/Osd.qml b/lookandfeel/contents/osd/Osd.qml index 10107eab1..d981261ee 100644 --- a/lookandfeel/contents/osd/Osd.qml +++ b/lookandfeel/contents/osd/Osd.qml @@ -27,7 +27,7 @@ PlasmaCore.Dialog { outputOnly: true // OSD Timeout in msecs - how long it will stay on the screen - property int timeout: 2500 + property int timeout: 1800 // This is either a text or a number, if showingProgress is set to true, // the number will be used as a value for the progress bar property var osdValue