summaryrefslogtreecommitdiff
path: root/Video.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Video.qml')
-rw-r--r--Video.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Video.qml b/Video.qml
index 47eda92..dd502ae 100644
--- a/Video.qml
+++ b/Video.qml
@@ -122,6 +122,7 @@ Page {
from: 0; to: media.duration
value: media.position
onMoved: media.seek(value)
+ focusPolicy: Qt.NoFocus
}
Label { text: new Date(media.duration).toISOString().substr(12, 7) }