fix progress bar of video in songEditor
This commit is contained in:
parent
5ba657a7d4
commit
90a34141b3
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ Item {
|
|||
spacing: Kirigami.Units.gridUnit
|
||||
synchronousDrag: true
|
||||
delegate: Loader {
|
||||
property var mpvDuration: representation.mpvDuration
|
||||
property var mpvPosition: representation.mpvPosition
|
||||
property var mpvDuration: representation.videoDuration
|
||||
property var mpvPosition: representation.videoPosition
|
||||
width: slideList.width
|
||||
height: width * 9 / 16
|
||||
Presenter.Slide {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue