manually set height of MediaProgress
This commit is contained in:
parent
f0ff732329
commit
f3b995e1db
3 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ Item {
|
|||
id: container
|
||||
property var model
|
||||
|
||||
// manually set height
|
||||
Component.onCompleted: height = childrenRect.height
|
||||
|
||||
Label{
|
||||
anchors.left: progress.left
|
||||
anchors.bottom: progress.top
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue