[lookandfeel/osd] Make the OSD timeout shorter

We've experimented with different values, 1.8 seconds seems to be the
best fit

REVIEW: 121421
wilder-5.14
Martin Klapetek 11 years ago
parent 6610744e80
commit c8a4f5bb2e
  1. 2
      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

Loading…
Cancel
Save