fix progress bar of video in songEditor

This commit is contained in:
Chris Cochrun 2025-07-28 07:20:20 -05:00
parent 5ba657a7d4
commit 90a34141b3

View file

@ -62,8 +62,8 @@ Item {
spacing: Kirigami.Units.gridUnit spacing: Kirigami.Units.gridUnit
synchronousDrag: true synchronousDrag: true
delegate: Loader { delegate: Loader {
property var mpvDuration: representation.mpvDuration property var mpvDuration: representation.videoDuration
property var mpvPosition: representation.mpvPosition property var mpvPosition: representation.videoPosition
width: slideList.width width: slideList.width
height: width * 9 / 16 height: width * 9 / 16
Presenter.Slide { Presenter.Slide {