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
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue