Skip to content
Snippets Groups Projects
Commit f692cd04 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qml: evaluate player control size for auto hiding after the control is loaded

parent 4cbd406c
No related branches found
No related tags found
1 merge request!5540qml: fix player controls inappropriately become hidden in compact mode
Pipeline #480368 passed with warnings with stage
in 40 minutes and 21 seconds
......@@ -65,6 +65,7 @@ Repeater {
Binding on visible {
delayed: true // this is important
when: (loader.status === Loader.Ready)
value: (loader.x + loader.Layout.minimumWidth <= repeater.availableWidth)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment