[vlc-commits] qml: playlist is placed on the right in the medialib view

Pierre Lamot git at videolan.org
Tue Jul 30 17:42:52 CEST 2019


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Jul 30 10:53:39 2019 +0200| [29a3ed24b9a4c3973dd51b7ed7b6599ab271b149] | committer: Jean-Baptiste Kempf

qml: playlist is placed on the right in the medialib view

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29a3ed24b9a4c3973dd51b7ed7b6599ab271b149
---

 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
 



More information about the vlc-commits mailing list