diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2021-09-15 22:21:32 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2021-09-16 20:34:24 +0200 |
| commit | b5ae104bcddcc6a6a9cf73eab47bb43fe3a6ad14 (patch) | |
| tree | a8d534b381badee36ed0d3cb5527ac8745e407cc | |
| parent | 98e9ef4b9cb49d3ae7c5787adb1a848d29df1462 (diff) | |
Video: prevent time slider from obtaining focus
| -rw-r--r-- | Video.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } |
