Skip to content
Snippets Groups Projects
Commit 66abbace authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Steve Lhomme
Browse files

qml: fix empty space between playlistview and controlbar

parent dd683943
No related branches found
No related tags found
1 merge request!4258qml: fix empty space between playlistview and controlbar
Pipeline #385334 passed with stages
in 30 minutes and 3 seconds
......@@ -700,9 +700,7 @@ FocusScope {
Widgets.LoaderFade {
id: controlBarView
readonly property int sliderY: (MainCtx.pinVideoControls) ? item.sliderY
- VLCStyle.margin_xxxsmall
: item.sliderY
readonly property int sliderY: item.sliderY
anchors {
bottom: parent.bottom
......
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