[vlc-devel] [PATCH 1/4] qml: playlist is placed on the right in the medialib view

Pierre Lamot pierre at videolabs.io
Tue Jul 30 10:53:39 CEST 2019


---
 modules/gui/qt/qml/mediacenter/MCMainDisplay.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
index c4a22ff8eb..37f00d8cba 100644
--- a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml
@@ -208,7 +208,7 @@ Utils.NavigableFocusScope {
                                 bottom: parent.bottom
                             }
                             focus: false
-                            edge: Utils.DrawerExt.Edges.Top
+                            edge: Utils.DrawerExt.Edges.Right
 
                             property var previousFocus: undefined
 
-- 
2.17.1



More information about the vlc-devel mailing list